V8: CSS — variable correction
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user