mirror of
https://github.com/penpot/penpot.git
synced 2025-07-07 00:57:16 +02:00
🐛 Fix hover state on export button
This commit is contained in:
parent
6b84eef14b
commit
c4df29f2a6
3 changed files with 7 additions and 3 deletions
|
@ -14,6 +14,7 @@
|
|||
width: 100%;
|
||||
min-height: $s-32;
|
||||
background-color: var(--title-background-color);
|
||||
color: var(--title-foreground-color);
|
||||
}
|
||||
|
||||
.title,
|
||||
|
@ -26,7 +27,7 @@
|
|||
grid-auto-flow: column;
|
||||
height: 100%;
|
||||
min-height: $s-32;
|
||||
color: var(--title-foreground-color);
|
||||
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue