🔥 Enlève le fichier Explicable.css (inutilisé)
parent
b4710cb188
commit
55c48c5f5e
|
@ -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;
|
||||
}
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue