Skip to content

Commit 7bad6b9

Browse files
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
1 parent d709994 commit 7bad6b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.overlay.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
border-radius: @baseBorderRadius;
7070
transition: color 120ms;
7171
&.--hideText {
72-
color: white;
72+
color: @ui-action-discreet-type;
7373
}
7474
&:hover, &:focus {
7575
color: @ui-action-discreet-type-hover;

src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/prevalue/blocklist.blockconfiguration.overlay.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
&.--noValue {
6868
text-align: center;
6969
border-radius: @baseBorderRadius;
70-
color: white;
70+
color: @ui-action-discreet-type;
7171
transition: color 120ms;
7272
&:hover, &:focus {
7373
color: @ui-action-discreet-type-hover;

0 commit comments

Comments
 (0)