mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 12:58:28 +02:00
💄 Update comment UI with new design
This commit is contained in:
parent
25c60f3e0f
commit
f4323fd1ac
12 changed files with 999 additions and 255 deletions
|
@ -44,19 +44,19 @@
|
|||
&.disabled {
|
||||
cursor: default;
|
||||
svg {
|
||||
stroke: var(--button-foreground-color-disabled);
|
||||
stroke: var(--button-background-color-disabled);
|
||||
}
|
||||
.title-name {
|
||||
color: var(--button-foreground-color-disabled);
|
||||
color: var(--button-background-color-disabled);
|
||||
}
|
||||
&:hover {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
svg {
|
||||
stroke: var(--button-foreground-color-disabled);
|
||||
stroke: var(--button-background-color-disabled);
|
||||
}
|
||||
.title-name {
|
||||
color: var(--button-foreground-color-disabled);
|
||||
color: var(--button-background-color-disabled);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue