Skip to content

Commit

Permalink
umbraco#4011 - Use discreet word not disgrete
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmania committed Apr 2, 2019
1 parent 76e2f2f commit a9f5d3c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/Umbraco.Web.UI.Client/src/less/components/umb-grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down Expand Up @@ -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;
}
}
Expand All @@ -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;
}
}

Expand Down Expand Up @@ -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;
}
}
Expand Down

0 comments on commit a9f5d3c

Please sign in to comment.