mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
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:
@@ -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;
|
||||
|
||||
@@ -5001,7 +5001,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; }
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user