mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-19 02:21:38 +08:00
This commit is contained in:
parent
4b6863e9a3
commit
df0c1fa93e
@ -5,13 +5,15 @@
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
|
|
||||||
&::-webkit-slider-runnable-track {
|
&::-webkit-slider-runnable-track,
|
||||||
|
&::-moz-range-track {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
background-color: var(--b3-theme-primary-lighter);
|
background-color: var(--b3-theme-primary-lighter);
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-slider-thumb {
|
&::-webkit-slider-thumb,
|
||||||
|
&::-moz-range-thumb {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
@ -27,7 +29,8 @@
|
|||||||
&:hover {
|
&:hover {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
||||||
&::-webkit-slider-thumb {
|
&::-webkit-slider-thumb,
|
||||||
|
&::-moz-range-thumb {
|
||||||
transform: scale(1.5);
|
transform: scale(1.5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user