mirror of
https://github.com/penpot/penpot.git
synced 2026-02-27 14:54:02 +00:00
🐛 Fix hover state on export button
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
}
|
||||
|
||||
.viewer-code {
|
||||
padding: 0 $s-8;
|
||||
padding-inline-start: $s-8;
|
||||
}
|
||||
|
||||
.tool-windows {
|
||||
|
||||
Reference in New Issue
Block a user