Fix button styling in block list & block grid overlay (#14929)
* Update blocklist.blockconfiguration.overlay.less Change noValue color * Update blockgrid.blockconfiguration.overlay.less Change noValue color for block-grid
This commit is contained in:
committed by
GitHub
parent
d709994c61
commit
7bad6b9fd8
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user