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:24:47 -06:00
parent a2faf4183d
commit 3dc38dd8be
3 changed files with 3 additions and 3 deletions

View File

@@ -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;