Message: Better selection color for dark theme (#1528)

This commit is contained in:
Alexander Zinchuk 2021-11-05 21:56:53 +03:00
parent 21b5965060
commit d4d11b7d4b

View File

@ -163,6 +163,10 @@
&.has-menu-open {
&::before {
opacity: 0.1;
.theme-dark & {
opacity: .6;
}
}
}
}