mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-12 13:20:11 +00:00
fix settings button highlight
This commit is contained in:
parent
deb117fc34
commit
8bee09cd01
@ -19,6 +19,10 @@
|
||||
--settings-section-button-filter: 90%;
|
||||
}
|
||||
|
||||
.dark {
|
||||
--settings-section-button-filter: 80%;
|
||||
}
|
||||
|
||||
.dark body {
|
||||
background-color: #101010;
|
||||
}
|
||||
@ -352,10 +356,8 @@ sup.\~critical, .text-critical {
|
||||
}
|
||||
|
||||
.settings-section-button {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: 2.5rem;
|
||||
background-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.settings-section-button:hover, .settings-section-button:focus {
|
||||
@ -367,8 +369,6 @@ sup.\~critical, .text-critical {
|
||||
}
|
||||
|
||||
.settings-section-button.selected {
|
||||
background-color: var(--color-neutral-normal-fill);
|
||||
--buton-filter-brightness: var(--settings-section-button-filter);
|
||||
filter: brightness(var(--settings-section-button-filter)) !important;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user