From a9f5d3c1e8e9e0c9ec460181d6f0153762526ae7 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Tue, 2 Apr 2019 09:41:29 +0200 Subject: [PATCH] #4011 - Use discreet word not disgrete --- .../src/less/components/umb-grid.less | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/components/umb-grid.less b/src/Umbraco.Web.UI.Client/src/less/components/umb-grid.less index 5a14294ebf7f..b5abbe06bcd2 100644 --- a/src/Umbraco.Web.UI.Client/src/less/components/umb-grid.less +++ b/src/Umbraco.Web.UI.Client/src/less/components/umb-grid.less @@ -165,13 +165,13 @@ min-height: 88px; border-width: 1px; border-style: dashed; - border-color: @ui-action-disgrete-border; - color: @ui-action-disgrete-type; + border-color: @ui-action-discreet-border; + color: @ui-action-discreet-type; transition: border-color 100ms linear; &:hover { - border-color: @ui-action-disgrete-border-hover; - color: @ui-action-disgrete-type-hover; + border-color: @ui-action-discreet-border-hover; + color: @ui-action-discreet-type-hover; cursor: pointer; } } @@ -209,9 +209,9 @@ } .umb-grid .cell-tools-add { - color: @ui-action-disgrete-type; + color: @ui-action-discreet-type; &:focus, &:hover { - color: @ui-action-disgrete-type-hover; + color: @ui-action-discreet-type-hover; text-decoration: none; } } @@ -221,17 +221,17 @@ top: 50%; left: 50%; transform: translate(-50%, -50%); - color: @ui-action-disgrete-type; + color: @ui-action-discreet-type; } .umb-grid .cell-tools-add.-bar { display: block; text-align: center; padding: 5px; - border: 1px dashed @ui-action-disgrete-border; + border: 1px dashed @ui-action-discreet-border; margin: 10px; &:focus, &:hover { - border-color: @ui-action-disgrete-border-hover; + border-color: @ui-action-discreet-border-hover; } } @@ -542,13 +542,13 @@ display: inline-block; cursor: pointer; border-radius: 200px; - border: 1px solid @ui-action-disgrete-border; + border: 1px solid @ui-action-discreet-border; margin: 2px; &:hover, &:hover * { - background: @ui-action-disgrete-type-hover !important; + background: @ui-action-discreet-type-hover !important; color: @white !important; - border-color: @ui-action-disgrete-border-hover !important; + border-color: @ui-action-discreet-border-hover !important; text-decoration: none; } }