Skip to content

Commit

Permalink
_tauos.scss - TextField as well
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Sep 3, 2023
1 parent 57c73e0 commit 8bc1795
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@ $colors: (
}

.text-field {
background: bg-color(2);
background: bg-color(-3);
border-radius: 8px;
box-shadow: shadow(-1);
outline: none;
Expand Down Expand Up @@ -1469,13 +1469,15 @@ $colors: (
}

&:hover {
background: state-color(bg-color(-3), 1);
& .placeholder {
color: $headerbar_fg_color;
}
}

&:active,
&:focus-within {
background: state-color(bg-color(-3), 2);
& .placeholder {
color: $headerbar_fg_color;
}
Expand Down

0 comments on commit 8bc1795

Please sign in to comment.