Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Oct 21, 2024
1 parent b8004b0 commit b5f2a53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/sass/gtk/_drawing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ $switch_animation: switch_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
//
color: $header_fg;
background-color: rgba($header_fg, 0.06);
background-image: $header_button_image;
outline: none;

@if $variant == 'dark' {
Expand All @@ -91,7 +92,7 @@ $switch_animation: switch_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
// focused header-bar entry
//
background-image: none;
background-color: rgba($header_fg, 0.06);
background-color: $header_button_bg;
outline: none;

@if $variant == 'dark' {
Expand All @@ -104,7 +105,7 @@ $switch_animation: switch_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
// insensitive header-bar entry
//
color: rgba($header_fg, 0.35);
background-color: rgba($header_fg, 0.03);
background-color: $header_button_bg;
opacity: 1;

@if $variant == 'dark' {
Expand Down

0 comments on commit b5f2a53

Please sign in to comment.