Skip to content

Commit

Permalink
work for the #5791 (#5792)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov authored Aug 16, 2024
1 parent 3c4e57a commit 23eae26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
&:hover,
&:focus {
background-color: var(--ctr-expression-item-background-color-conjunction-hovered, $yellow);
color: var(--ctr-expression-item-text-color-conjunction-hovered, $foreground);
color: var(--ctr-expression-item-text-color-conjunction-hovered, $primary-foreground);
}
}

Expand All @@ -110,7 +110,7 @@
&:hover,
&:focus {
background-color: var(--ctr-expression-item-background-color-operator-hovered, $yellow);
color: var(--ctr-expression-item-text-color-operator-hovered, $foreground);
color: var(--ctr-expression-item-text-color-operator-hovered, $primary-foreground);
}
}

Expand All @@ -121,7 +121,7 @@
&:hover,
&:focus {
background-color: var(--ctr-expression-item-background-color-action-hovered, $red);
color: var(--ctr-expression-item-text-color-action-hovered, $foreground);
color: var(--ctr-expression-item-text-color-action-hovered, $primary-foreground);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
outline: none;
border: none;
box-shadow: none;

color: $foreground-dim;
max-height: calcSize(13.5);
overflow: hidden;
display: -webkit-box;
Expand Down

0 comments on commit 23eae26

Please sign in to comment.