mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +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:
@@ -385,7 +385,7 @@ button.raven-trigger {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
&.flat {
|
&.flat {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 1px solid $panel_bg;
|
border: none;
|
||||||
color:$panel_secondary_color;
|
color:$panel_secondary_color;
|
||||||
&:hover, &:active, &:checked {
|
&:hover, &:active, &:checked {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|||||||
@@ -4989,7 +4989,7 @@ button.raven-trigger {
|
|||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
.budgie-panel button.flat {
|
.budgie-panel button.flat {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 1px solid rgba(3, 3, 5, 0.95);
|
border: none;
|
||||||
color: #98abb2; }
|
color: #98abb2; }
|
||||||
.budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked {
|
.budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|||||||
@@ -5014,7 +5014,7 @@ button.raven-trigger {
|
|||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
.budgie-panel button.flat {
|
.budgie-panel button.flat {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 1px solid rgba(15, 20, 25, 0.95);
|
border: none;
|
||||||
color: #98abb2; }
|
color: #98abb2; }
|
||||||
.budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked {
|
.budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|||||||
Reference in New Issue
Block a user