Multiselect styles reverted

This commit is contained in:
svetlagasheva 2020-03-09 12:03:21 +02:00
parent 4f8a0cfee3
commit 594b557b5d

View file

@ -1,5 +1,3 @@
@import (reference) '~stremio-colors/dist/less/stremio-colors.less';
:import('~stremio/common/Popup/styles.less') {
popup-menu-container: menu-container;
}
@ -9,15 +7,7 @@
flex-direction: row;
align-items: center;
padding: 0 1rem;
background-color: @color-background;
&:hover, &:focus {
background-color: @color-background-light2;
}
&:focus {
outline-color: @color-surface-light5;
}
background-color: var(--color-backgroundlighter);
&:global(.active) {
background-color: var(--color-surfacelight);
@ -34,8 +24,7 @@
.label {
flex: 1;
max-height: 2.4em;
opacity: 0.9;
color: @color-surface-light5;
color: var(--color-surfacelighter);
}
.icon {
@ -43,7 +32,7 @@
width: 1rem;
height: 1rem;
margin-left: 1rem;
fill: @color-surface-light5;
fill: var(--color-surfacelighter);
}
.popup-menu-container {
@ -58,7 +47,7 @@
flex-direction: row;
align-items: center;
padding: 1rem;
background-color: @color-background;
background-color: var(--color-backgroundlighter);
&:global(.selected) {
background-color: var(--color-surfacedarker);