Skip to content

Commit 006b77d

Browse files
committed
Fix linked-button highlighting issue
1 parent ee372ba commit 006b77d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gtk-3.0/gtk-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2856,7 +2856,7 @@ row {
28562856
background-color: rgba(0, 211, 167, 0.5); }
28572857
row.activatable:selected:backdrop {
28582858
background-color: rgba(0, 211, 167, 0.6); }
2859-
row.activatable button:not(.image-button) {
2859+
row.activatable button.flat {
28602860
background-color: transparent; }
28612861

28622862
/*********

gtk-3.0/gtk.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2863,7 +2863,7 @@ row {
28632863
background-color: rgba(0, 211, 167, 0.5); }
28642864
row.activatable:selected:backdrop {
28652865
background-color: rgba(0, 211, 167, 0.6); }
2866-
row.activatable button:not(.image-button) {
2866+
row.activatable button.flat {
28672867
background-color: transparent; }
28682868

28692869
/*********

gtk-3.0/widgets/_lists.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ row {
4242
&:backdrop { background-color: $backdrop_selected_bg_color; }
4343
}
4444

45-
button:not(.image-button){
45+
button.flat{
4646
background-color: transparent;
4747
}
4848
}

0 commit comments

Comments
 (0)