mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-26 21:18:50 +01:00
web/SettingsDropdown: remove duplicated hover declaration
This commit is contained in:
parent
33dd4b9fd8
commit
efa09d7280
1 changed files with 0 additions and 6 deletions
|
@ -157,10 +157,4 @@
|
||||||
background: initial;
|
background: initial;
|
||||||
border: initial;
|
border: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
|
||||||
.selector:hover {
|
|
||||||
background-color: var(--button-hover);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue