mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-16 01:15:06 +01:00
prevent flicker on hover
This commit is contained in:
parent
16c03a5b03
commit
f8b5813e59
2 changed files with 7 additions and 5 deletions
|
|
@ -299,6 +299,7 @@ body {
|
|||
|
||||
transition: all 0.15s ease, background-color 0.8s ease;
|
||||
transform-origin: $thickness/2 50%;
|
||||
will-change: transform;
|
||||
}
|
||||
|
||||
button {
|
||||
|
|
@ -453,9 +454,9 @@ body {
|
|||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
height: 20px;
|
||||
height: 10px;
|
||||
width: 100%;
|
||||
top: -20px;
|
||||
top: -10px;
|
||||
}
|
||||
.reveal .progress span {
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue