V8: CSS — variable correction

This commit is contained in:
Niels Lyngsø
2019-01-29 14:38:33 +01:00
parent d39045caef
commit f94e0fd3ec
5 changed files with 12 additions and 12 deletions

View File

@@ -20,10 +20,10 @@
text-align: center;
justify-content: center;
color:@ui-action;
color:@ui-action-type;
&:hover {
color:@ui-action-hover;
border-color:@ui-action-hover;
color:@ui-action-type-hover;
border-color:@ui-action-type-hover;
text-decoration:none;
}
}

View File

@@ -33,12 +33,12 @@
align-items: center;
cursor: pointer;
border: 1px dashed @gray-7;
color: @ui-action;
color: @ui-action-type;
font-weight: bold;
position: relative;
box-shadow: none;
&:hover {
color:@ui-action-hover;
color:@ui-action-type-hover;
text-decoration: none;
border-color: @ui-active-type-hover;
}

View File

@@ -34,12 +34,12 @@
.umb-list-view-settings__create-new {
font-size: 13px;
color: @ui-action;
color: @ui-action-type;
}
.umb-list-view-settings__create-new:hover {
color: @ui-action-hover;
border-color: @ui-action-hover;
color: @ui-action-type-hover;
border-color: @ui-action-type-hover;
}
.umb-list-view-settings__remove-new {

View File

@@ -90,15 +90,15 @@
align-items: center;
justify-content: center;
border: 1px dashed @gray-7;
color: @ui-action;
color: @ui-action-type;
font-weight: bold;
padding: 5px 15px;
box-sizing: border-box;
}
.umb-node-preview-add:hover {
color: @ui-action-hover;
border-color: @ui-action-hover;
color: @ui-action-type-hover;
border-color: @ui-action-type-hover;
text-decoration: none;
}

View File

@@ -342,7 +342,7 @@
@btnInfoBackgroundHighlight: @ui-btn-hover;// updated 2019
@btnWhiteType: @blueExtraDark;// updated 2019
@btnWhiteTypeHover: @ui-action-hover;// updated 2019
@btnWhiteTypeHover: @ui-action-type-hover;// updated 2019
@btnWhiteBackground: @white;// updated 2019
@btnWhiteBackgroundHighlight: @white;// updated 2019