mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Minor tweaks to new scrollbar appearance and animations
This commit is contained in:
parent
550a35239c
commit
67b037608a
1 changed files with 5 additions and 4 deletions
|
@ -25,12 +25,12 @@
|
|||
.nano > .nano-pane {
|
||||
background: transparent;
|
||||
position: absolute;
|
||||
width: 6px;
|
||||
width: 7px;
|
||||
right: 2px;
|
||||
top: 2px;
|
||||
bottom: 2px;
|
||||
opacity: 0;
|
||||
transition: 0.35s;
|
||||
transition: 0.45s;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.nano > .nano-pane > .nano-slider {
|
||||
|
@ -44,9 +44,10 @@
|
|||
.nano-pane.flashed {
|
||||
opacity: 1;
|
||||
}
|
||||
.nano > .nano-pane:hover {
|
||||
.nano > .nano-pane:hover,
|
||||
.nano > .nano-pane.active {
|
||||
width: 10px;
|
||||
background: rgba(0, 0, 0, .15);
|
||||
opacity: 1;
|
||||
transition: 0.15s;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue