Update style.less
This commit is contained in:
parent
c3f3e15875
commit
be473495e3
1 changed files with 3 additions and 2 deletions
|
@ -2547,7 +2547,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
|
|
||||||
>.play-btn,
|
>.play-btn,
|
||||||
>.menu-btn {
|
>.menu-btn {
|
||||||
display: none;
|
opacity: 0;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
border:0px;
|
border:0px;
|
||||||
|
@ -2557,6 +2557,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
background: rgba(50, 50, 50, 0.7);
|
background: rgba(50, 50, 50, 0.7);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
backdrop-filter: blur(32px) saturate(180%);
|
backdrop-filter: blur(32px) saturate(180%);
|
||||||
|
transition: opacity 0.1s var(--appleEase);
|
||||||
}
|
}
|
||||||
|
|
||||||
>.play-btn {
|
>.play-btn {
|
||||||
|
@ -2576,7 +2577,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
&:hover {
|
&:hover {
|
||||||
>.play-btn,
|
>.play-btn,
|
||||||
>.menu-btn {
|
>.menu-btn {
|
||||||
display: block;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue