Skip to content

Commit

Permalink
fix settings button highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Dec 31, 2021
1 parent deb117f commit 8bee09c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/base.css
Expand Up @@ -19,6 +19,10 @@
--settings-section-button-filter: 90%;
}

.dark {
--settings-section-button-filter: 80%;
}

.dark body {
background-color: #101010;
}
Expand Down Expand Up @@ -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 {
Expand All @@ -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;
}

Expand Down

0 comments on commit 8bee09c

Please sign in to comment.