mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-19 18:48:17 +00:00
Multiselect styles reverted
This commit is contained in:
parent
4f8a0cfee3
commit
594b557b5d
1 changed files with 4 additions and 15 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue