🔥 Enlève le fichier Explicable.css (inutilisé)

pull/1691/head
Johan Girod 2021-09-01 13:29:52 +02:00
parent b4710cb188
commit 55c48c5f5e
2 changed files with 0 additions and 24 deletions

View File

@ -1,23 +0,0 @@
@media print {
.explicable {
display: none;
}
}
.explicable .icon {
display: inline-block;
padding: 0.15rem 0.6rem;
height: 100%;
margin-left: 0.2rem;
text-align: center;
cursor: pointer;
vertical-align: text-top;
}
.explicable .icon:hover {
filter: brightness(90%);
}
.variantLeaf .explicable .icon img {
width: 1.5em !important;
height: 1.5em !important;
}

View File

@ -6,7 +6,6 @@ import React, { useContext, useState } from 'react'
import emoji from 'react-easy-emoji'
import { useDispatch } from 'react-redux'
import usePortal from 'react-useportal'
import './Explicable.css'
export function ExplicableRule({ dottedName }: { dottedName: DottedName }) {
const engine = useContext(EngineContext)