mirror of
https://github.com/penpot/penpot.git
synced 2025-07-08 08:37:17 +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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue