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:22:35 -06:00
parent 9e216f4292
commit 8a75f702fc
3 changed files with 3 additions and 3 deletions

View File

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