Fix hover css

This commit is contained in:
Michel Roux 2019-12-15 18:04:16 +01:00
parent 55ba082746
commit 225e5ec001

View File

@ -95,6 +95,10 @@ label.checkbox {
margin-bottom: 1rem;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
background-color: #f1f1f1 !important;
}
@media screen and (min-width: 1088px) {
.tooltip:hover::before, .tooltip:hover::after {
display: none !important;