mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05: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%;
|
width: 100%;
|
||||||
min-height: $s-32;
|
min-height: $s-32;
|
||||||
background-color: var(--title-background-color);
|
background-color: var(--title-background-color);
|
||||||
|
color: var(--title-foreground-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.title,
|
.title,
|
||||||
|
@ -26,7 +27,7 @@
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: $s-32;
|
min-height: $s-32;
|
||||||
color: var(--title-foreground-color);
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,8 +16,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-spacing-export-viewer {
|
.title-spacing-export-viewer {
|
||||||
@extend .attr-title;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
color: var(--entry-foreground-color-hover);
|
||||||
|
margin-inline-start: calc(-1 * $s-8);
|
||||||
|
width: calc(100% + $s-8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.add-export {
|
.add-export {
|
||||||
|
@ -26,6 +28,7 @@
|
||||||
width: $s-28;
|
width: $s-28;
|
||||||
svg {
|
svg {
|
||||||
@extend .button-icon;
|
@extend .button-icon;
|
||||||
|
stroke: var(--icon-foreground);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.viewer-code {
|
.viewer-code {
|
||||||
padding: 0 $s-8;
|
padding-inline-start: $s-8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tool-windows {
|
.tool-windows {
|
||||||
|
|
Loading…
Add table
Reference in a new issue