0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

🐛 Fix some styles

This commit is contained in:
alonso.torres 2024-01-02 17:13:49 +01:00 committed by Andrey Antukh
parent 40d4a917e1
commit 48e283812e
4 changed files with 6 additions and 4 deletions

View file

@ -35,6 +35,7 @@
} }
.layer-title { .layer-title {
@include titleTipography; @include titleTipography;
color: $df-primary;
} }
} }
} }

View file

@ -112,8 +112,7 @@
} }
.icon-menu-item[disabled], .icon-menu-item[disabled],
.context-menu-item[disabled] .context-menu-item[disabled] {
{
pointer-events: none; pointer-events: none;
opacity: 0.6; opacity: 0.6;
} }

View file

@ -174,6 +174,7 @@
.grid-layout-menu-title { .grid-layout-menu-title {
flex: 1; flex: 1;
font-size: $fs-11; font-size: $fs-11;
color: $df-primary;
} }
.edit-mode-btn { .edit-mode-btn {
@ -289,7 +290,7 @@
} }
.track-name { .track-name {
color: var(--color-foreground-secondary); color: $df-primary;
} }
.track-detail { .track-detail {
@ -297,6 +298,7 @@
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
width: 100%; width: 100%;
color: $df-secondary;
} }
.expand-icon { .expand-icon {

View file

@ -229,7 +229,7 @@
show-rules? (and (contains? layout :rules) (not hide-ui?)) show-rules? (and (contains? layout :rules) (not hide-ui?))
disabled-guides? (or drawing-tool transform) disabled-guides? (or drawing-tool transform drawing-path? node-editing?)
one-selected-shape? (= (count selected-shapes) 1) one-selected-shape? (= (count selected-shapes) 1)