🐛 Fix some visual errors

This commit is contained in:
Eva 2023-01-05 16:35:12 +01:00
parent 94fc067286
commit 937713311e
9 changed files with 77 additions and 9 deletions

View file

@ -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;