mirror of https://github.com/louislam/uptime-kuma
fix table hover color not working after updated bootstrap to 5.1.3
parent
e496c3b3be
commit
dee131c25d
|
@ -189,7 +189,7 @@ textarea.form-control {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-hover > tbody > tr:hover {
|
.table-hover > tbody > tr:hover > * {
|
||||||
--bs-table-accent-bg: #070a10;
|
--bs-table-accent-bg: #070a10;
|
||||||
color: $dark-font-color;
|
color: $dark-font-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue