Skip to content

Commit

Permalink
Remove black border on budgie's panel buttons
Browse files Browse the repository at this point in the history
Remove weird black border on budgie's panel buttons when dynamic transparency enabled.
  • Loading branch information
EliverLara committed Feb 17, 2020
1 parent 9eaf8ee commit 1315a16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gtk-3.0/apps/_budgie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ button.raven-trigger {
border-radius: 0;
&.flat {
background: transparent;
border: 1px solid $panel_bg;
border: none;
&:hover, &:active, &:checked {
background: transparent;
color: $selected_bg_color;
Expand Down
2 changes: 1 addition & 1 deletion gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -5008,7 +5008,7 @@ button.raven-trigger {
border-radius: 0; }
.budgie-panel button.flat {
background: transparent;
border: 1px solid rgba(46, 52, 64, 0.95); }
border: none; }
.budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked {
background: transparent;
color: #8fbcbb; }
Expand Down
2 changes: 1 addition & 1 deletion gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -5008,7 +5008,7 @@ button.raven-trigger {
border-radius: 0; }
.budgie-panel button.flat {
background: transparent;
border: 1px solid rgba(46, 52, 64, 0.95); }
border: none; }
.budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked {
background: transparent;
color: #8fbcbb; }
Expand Down

0 comments on commit 1315a16

Please sign in to comment.