Skip to content

Commit

Permalink
Update last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lassekongo83 committed May 17, 2022
1 parent 3c1ae37 commit 30a6ddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gtk/src/adw-gtk3/gtk-3.0/_apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,8 @@ window.background.chromium {
#MozillaGtkWidget.background {
button { font-weight: initial; }

scrollbar slider {
background-color: if($variant == 'light', darken($scrollbar_slider_color, 20%), $scrollbar_slider_color);
@if $variant == 'light' {
scrollbar slider { background-color: darken($scrollbar_slider_color, 20%); }
}
}
@if $variant == 'dark' {
Expand Down
2 changes: 0 additions & 2 deletions gtk/src/adw-gtk3/gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3054,8 +3054,6 @@ window.background.chromium textview.view { background-color: #1e1e1e; }

#MozillaGtkWidget.background button { font-weight: initial; }

#MozillaGtkWidget.background scrollbar slider { background-color: #515151; }

#MozillaGtkWidget.background { background-color: #303030; }

#MozillaGtkWidget > widget border { border-color: #454545; }
Expand Down

0 comments on commit 30a6ddb

Please sign in to comment.