Skip to content

Commit

Permalink
Fix button styling in block list & block grid overlay (#14929)
Browse files Browse the repository at this point in the history
* Update blocklist.blockconfiguration.overlay.less

Change noValue color

* Update blockgrid.blockconfiguration.overlay.less

Change noValue color for block-grid
  • Loading branch information
erikjanwestendorp authored Nov 17, 2023
1 parent d709994 commit 7bad6b9
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 @@ -69,7 +69,7 @@
border-radius: @baseBorderRadius;
transition: color 120ms;
&.--hideText {
color: white;
color: @ui-action-discreet-type;
}
&:hover, &:focus {
color: @ui-action-discreet-type-hover;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
&.--noValue {
text-align: center;
border-radius: @baseBorderRadius;
color: white;
color: @ui-action-discreet-type;
transition: color 120ms;
&:hover, &:focus {
color: @ui-action-discreet-type-hover;
Expand Down

0 comments on commit 7bad6b9

Please sign in to comment.