Merge branch 'main' of https://github.com/ciderapp/Cider
This commit is contained in:
commit
cd07977c95
1 changed files with 7 additions and 3 deletions
|
@ -1518,9 +1518,6 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
color: rgba(200, 200, 200, 0.8);
|
||||
margin: 2px;
|
||||
border-radius: 3px;
|
||||
&:hover {
|
||||
background: var(--selected);
|
||||
}
|
||||
&:active {
|
||||
background: var(--selected-click);
|
||||
}
|
||||
|
@ -1528,6 +1525,13 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
width: 8px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: var(--selected);
|
||||
>svg {
|
||||
color: rgba(200, 200, 200, 1.0);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue