Fixed some rows' hover colour not being selected_bg_color.

master
Nabile Rahmani 2020-02-11 18:41:26 +01:00
parent 05515b77bb
commit e2ac9a6c26
1 changed files with 1 additions and 1 deletions

View File

@ -2483,7 +2483,7 @@ row {
&.activatable {
&.has-open-popup,
&:hover { background-color: if($variant == 'light', transparentize(black, 0.95), transparentize(white, 0.97)); }
&:hover { background-color: if($variant == 'light', transparentize(black, 0.95), transparentize($selected_bg_color, 0.75)); }
&:active { color: $fg_color; }
&:disabled {