Fix linked-button highlighting issue

This commit is contained in:
EliverLara
2019-09-25 12:17:29 -05:00
parent ee372baff9
commit 006b77dc6c
3 changed files with 3 additions and 3 deletions

View File

@@ -2856,7 +2856,7 @@ row {
background-color: rgba(0, 211, 167, 0.5); } background-color: rgba(0, 211, 167, 0.5); }
row.activatable:selected:backdrop { row.activatable:selected:backdrop {
background-color: rgba(0, 211, 167, 0.6); } background-color: rgba(0, 211, 167, 0.6); }
row.activatable button:not(.image-button) { row.activatable button.flat {
background-color: transparent; } background-color: transparent; }
/********* /*********

View File

@@ -2863,7 +2863,7 @@ row {
background-color: rgba(0, 211, 167, 0.5); } background-color: rgba(0, 211, 167, 0.5); }
row.activatable:selected:backdrop { row.activatable:selected:backdrop {
background-color: rgba(0, 211, 167, 0.6); } background-color: rgba(0, 211, 167, 0.6); }
row.activatable button:not(.image-button) { row.activatable button.flat {
background-color: transparent; } background-color: transparent; }
/********* /*********

View File

@@ -42,7 +42,7 @@ row {
&:backdrop { background-color: $backdrop_selected_bg_color; } &:backdrop { background-color: $backdrop_selected_bg_color; }
} }
button:not(.image-button){ button.flat{
background-color: transparent; background-color: transparent;
} }
} }