mirror of
https://github.com/penpot/penpot.git
synced 2025-03-10 06:41:40 -05:00
add new hover style to page actions
This commit is contained in:
parent
e43ca70245
commit
5aa629d4d4
2 changed files with 10 additions and 2 deletions
|
@ -82,7 +82,7 @@
|
||||||
|
|
||||||
.page-actions {
|
.page-actions {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: none;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -138,6 +138,15 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
|
||||||
|
.page-actions {
|
||||||
|
display: flex;
|
||||||
|
@include animation(0s,.3s,fadeIn);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -147,7 +147,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: content;
|
justify-content: content;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-left: 30%;
|
|
||||||
|
|
||||||
li {
|
li {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue