Remove black border on budgie's panel buttons

Remove weird black border on budgie's panel buttons when dynamic transparency enabled.
This commit is contained in:
EliverLara
2020-02-19 14:27:30 -06:00
parent 9aaba17e41
commit 83625f1947
3 changed files with 3 additions and 3 deletions

View File

@@ -385,7 +385,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;

View File

@@ -4974,7 +4974,7 @@ button.raven-trigger {
border-radius: 0; }
.budgie-panel button.flat {
background: transparent;
border: 1px solid rgba(4, 4, 4, 0.95); }
border: none; }
.budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked {
background: transparent;
color: #F67E7D; }

View File

@@ -4974,7 +4974,7 @@ button.raven-trigger {
border-radius: 0; }
.budgie-panel button.flat {
background: transparent;
border: 1px solid rgba(4, 4, 4, 0.95); }
border: none; }
.budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked {
background: transparent;
color: #F67E7D; }