Skip to content

Commit

Permalink
change font-color of text in input and wp disabled action menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
bsatarnejad committed Nov 21, 2023
1 parent 0d318a1 commit 0cd6a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

&:disabled,
&:disabled:hover
color: $spot-color-basic-gray-4
color: var(--color-fg-subtle)
background-color: $spot-color-basic-white

&:focus,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/global_styles/layout/_drop_down.sass
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
margin-left: 19.09px //for whatever reasons it is the right dimension

LI > .inactive
color: #999999
color: var(--color-fg-subtle)

LI > .selected
background: var(--drop-down-selected-bg-color)
Expand Down

0 comments on commit 0cd6a3a

Please sign in to comment.