diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 74f1ebf..d0f3dca 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -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 {