Fix hover css
This commit is contained in:
parent
55ba082746
commit
225e5ec001
@ -95,6 +95,10 @@ label.checkbox {
|
|||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table.is-hoverable tbody tr:not(.is-selected):hover {
|
||||||
|
background-color: #f1f1f1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1088px) {
|
@media screen and (min-width: 1088px) {
|
||||||
.tooltip:hover::before, .tooltip:hover::after {
|
.tooltip:hover::before, .tooltip:hover::after {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
Reference in New Issue
Block a user