mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix linked-button highlighting issue
This commit is contained in:
@@ -2866,7 +2866,7 @@ row {
|
||||
background-color: rgba(0, 114, 255, 0.5); }
|
||||
row.activatable:selected:backdrop {
|
||||
background-color: rgba(0, 114, 255, 0.6); }
|
||||
row.activatable button:not(.image-button) {
|
||||
row.activatable button.flat {
|
||||
background-color: transparent; }
|
||||
|
||||
/*********
|
||||
|
||||
@@ -2873,7 +2873,7 @@ row {
|
||||
background-color: rgba(0, 114, 255, 0.5); }
|
||||
row.activatable:selected:backdrop {
|
||||
background-color: rgba(0, 114, 255, 0.6); }
|
||||
row.activatable button:not(.image-button) {
|
||||
row.activatable button.flat {
|
||||
background-color: transparent; }
|
||||
|
||||
/*********
|
||||
|
||||
@@ -42,7 +42,7 @@ row {
|
||||
&:backdrop { background-color: $backdrop_selected_bg_color; }
|
||||
}
|
||||
|
||||
button:not(.image-button){
|
||||
button.flat{
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user