slight css changes to navbar buttons
This commit is contained in:
parent
7bbd56e65f
commit
984c32a138
1 changed files with 5 additions and 2 deletions
|
@ -1517,7 +1517,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
width: 42px;
|
width: 40px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1525,9 +1525,12 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: rgba(200, 200, 200, 0.8);
|
color: rgba(200, 200, 200, 0.8);
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
border-radius: 3px;
|
border-radius: 6px;
|
||||||
|
transition: transform .10s var(--appleEase);
|
||||||
&:active {
|
&:active {
|
||||||
background: var(--selected-click);
|
background: var(--selected-click);
|
||||||
|
transform: scale(0.96);
|
||||||
|
transition: transform 0s var(--appleEase);
|
||||||
}
|
}
|
||||||
> svg {
|
> svg {
|
||||||
width: 8px;
|
width: 8px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue