0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00

🐛 Fix hover state on export button

This commit is contained in:
Eva Marco 2024-04-03 17:04:14 +02:00 committed by Alonso Torres
parent 6b84eef14b
commit c4df29f2a6
3 changed files with 7 additions and 3 deletions

View file

@ -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;
}

View file

@ -16,8 +16,10 @@
}
.title-spacing-export-viewer {
@extend .attr-title;
margin: 0;
color: var(--entry-foreground-color-hover);
margin-inline-start: calc(-1 * $s-8);
width: calc(100% + $s-8);
}
.add-export {
@ -26,6 +28,7 @@
width: $s-28;
svg {
@extend .button-icon;
stroke: var(--icon-foreground);
}
}

View file

@ -21,7 +21,7 @@
}
.viewer-code {
padding: 0 $s-8;
padding-inline-start: $s-8;
}
.tool-windows {