mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 04:08:23 +00:00
On view mode only show arrows on hover
This commit is contained in:
parent
6d4e898f79
commit
53df0f7585
@ -27,9 +27,10 @@
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 53px;
|
||||
|
||||
.arrow {
|
||||
display: flex;
|
||||
display: none;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 12px;
|
||||
@ -49,6 +50,10 @@
|
||||
fill: $color-black;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover .arrow {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
& .viewer-go-next {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user