mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 03:18:21 +02:00
🐛 Fix wrong styles on viewer comments header menu & icon.
And additionally fix some linter issues on the affected namespaces.
This commit is contained in:
parent
16b5bb595c
commit
eacc945254
2 changed files with 34 additions and 35 deletions
|
@ -49,6 +49,12 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
svg {
|
||||
fill: $color-gray-30;
|
||||
height: 30px;
|
||||
width: 28px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
> svg {
|
||||
fill: $color-primary;
|
||||
|
@ -61,7 +67,7 @@
|
|||
left: 0px;
|
||||
top: 40px;
|
||||
}
|
||||
|
||||
|
||||
.view-options-dropdown {
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue