mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 17:26:11 +02:00
🐛 Fix disabled color on path toolbar and alignment buttons
This commit is contained in:
parent
a51925565a
commit
0a8bbe0b77
10 changed files with 21 additions and 17 deletions
|
@ -53,19 +53,19 @@
|
|||
cursor: default;
|
||||
background-color: transparent;
|
||||
svg {
|
||||
stroke: var(--button-background-color-disabled);
|
||||
stroke: var(--button-foreground-color-disabled);
|
||||
}
|
||||
.title-name {
|
||||
color: var(--button-background-color-disabled);
|
||||
color: var(--button-foreground-color-disabled);
|
||||
}
|
||||
&:hover {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
svg {
|
||||
stroke: var(--button-background-color-disabled);
|
||||
stroke: var(--button-foreground-color-disabled);
|
||||
}
|
||||
.title-name {
|
||||
color: var(--button-background-color-disabled);
|
||||
color: var(--button-foreground-color-disabled);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
}
|
||||
&:disabled {
|
||||
svg {
|
||||
stroke: var(--button-background-color-disabled);
|
||||
stroke: var(--button-foreground-color-disabled);
|
||||
}
|
||||
&::after {
|
||||
background-image: none;
|
||||
|
|
|
@ -29,12 +29,12 @@
|
|||
&.disabled {
|
||||
cursor: default;
|
||||
svg {
|
||||
stroke: var(--button-background-color-disabled);
|
||||
stroke: var(--button-foreground-color-disabled);
|
||||
}
|
||||
&:hover {
|
||||
background-color: var(--panel-background-color);
|
||||
svg {
|
||||
stroke: var(--button-background-color-disabled);
|
||||
stroke: var(--button-foreground-color-disabled);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,12 +30,12 @@
|
|||
&.disabled {
|
||||
cursor: default;
|
||||
svg {
|
||||
stroke: var(--button-background-color-disabled);
|
||||
stroke: var(--button-foreground-color-disabled);
|
||||
}
|
||||
&:hover {
|
||||
background-color: var(--panel-background-color);
|
||||
svg {
|
||||
stroke: var(--button-background-color-disabled);
|
||||
stroke: var(--button-foreground-color-disabled);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
}
|
||||
&:disabled {
|
||||
svg {
|
||||
stroke: var(--button-background-color-disabled);
|
||||
stroke: var(--button-foreground-color-disabled);
|
||||
}
|
||||
&::after {
|
||||
background-image: none;
|
||||
|
@ -100,18 +100,21 @@
|
|||
width: $s-120;
|
||||
color: var(--palette-text-color-selected);
|
||||
}
|
||||
|
||||
.typography-font {
|
||||
@include textEllipsis;
|
||||
height: $s-16;
|
||||
width: $s-120;
|
||||
color: var(--palette-text-color);
|
||||
}
|
||||
|
||||
.typography-data {
|
||||
@include textEllipsis;
|
||||
height: $s-16;
|
||||
width: $s-120;
|
||||
color: var(--palette-text-color);
|
||||
}
|
||||
|
||||
&.mid-item {
|
||||
.typography-name {
|
||||
height: $s-16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue