mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 18:28:24 +02:00
🐛 Fix some visual errors
This commit is contained in:
parent
94fc067286
commit
937713311e
9 changed files with 77 additions and 9 deletions
|
@ -54,6 +54,9 @@
|
|||
span {
|
||||
color: $color-gray-60;
|
||||
}
|
||||
input {
|
||||
color: $color-white !important;
|
||||
}
|
||||
|
||||
.toggle-content {
|
||||
svg {
|
||||
|
@ -149,6 +152,9 @@
|
|||
span.element-name {
|
||||
color: $color-gray-60;
|
||||
}
|
||||
input.element-name {
|
||||
color: $color-white !important;
|
||||
}
|
||||
|
||||
svg {
|
||||
fill: $color-gray-60;
|
||||
|
@ -203,6 +209,14 @@
|
|||
|
||||
input.element-name {
|
||||
max-width: 75%;
|
||||
margin-right: 5px;
|
||||
background-color: $color-gray-50;
|
||||
color: $color-white;
|
||||
&:focus,
|
||||
&:focus-within {
|
||||
outline: none;
|
||||
border: 1px solid $color-primary;
|
||||
}
|
||||
}
|
||||
|
||||
span.element-name {
|
||||
|
@ -306,12 +320,16 @@ span.element-name {
|
|||
|
||||
&.search {
|
||||
.search-box {
|
||||
border: 1px solid $color-primary;
|
||||
border: 1px solid $color-gray-20;
|
||||
border-radius: 4px;
|
||||
height: 32px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
&:active,
|
||||
&:focus-within {
|
||||
border: 1px solid $color-primary;
|
||||
}
|
||||
input {
|
||||
border: 0;
|
||||
width: 100%;
|
||||
|
@ -319,6 +337,9 @@ span.element-name {
|
|||
color: $color-white;
|
||||
font-size: 12px;
|
||||
height: 16px;
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
span {
|
||||
height: 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue