mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 12:31:39 +02:00
Merge pull request #2019 from penpot/palba-view-mode-improvements-2
On view mode only show arrows on hover
This commit is contained in:
commit
e1d6cded62
1 changed files with 6 additions and 1 deletions
|
@ -27,9 +27,10 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
width: 53px;
|
||||||
|
|
||||||
.arrow {
|
.arrow {
|
||||||
display: flex;
|
display: none;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
@ -49,6 +50,10 @@
|
||||||
fill: $color-black;
|
fill: $color-black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:hover .arrow {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& .viewer-go-next {
|
& .viewer-go-next {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue