mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 21:11:40 +02:00
Merge pull request #3707 from penpot/eva-comments-new-ui
💄 Update comment UI with new design
This commit is contained in:
commit
82f0cc7cff
12 changed files with 999 additions and 255 deletions
|
@ -52,19 +52,19 @@
|
|||
cursor: default;
|
||||
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);
|
||||
}
|
||||
&: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