Skip to content

Commit

Permalink
New Color Scheme button assets
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Mar 14, 2024
1 parent 45d87f6 commit 0591593
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 180 deletions.
102 changes: 24 additions & 78 deletions data/assets/by-apps.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 16 additions & 50 deletions data/assets/dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 16 additions & 50 deletions data/assets/light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions data/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,10 @@ spinbutton.flat {
}
.color-scheme-button .content-block-image {
margin: 0;
box-shadow: inset 0 0 0 1px alpha(@outline, 0.38);
box-shadow: inset 0 0 0 2px alpha(@outline, 0.38);
}
.color-scheme-button:hover .content-block-image {
box-shadow: inset 0 0 0 1px @outline;
box-shadow: inset 0 0 0 2px @outline;
}
.color-scheme-button:checked .content-block-image {
box-shadow: inset 0 0 0 3px @accent_color;
Expand Down

0 comments on commit 0591593

Please sign in to comment.