moved and changed validation css

This commit is contained in:
Niels Lyngsø
2020-07-31 09:45:52 +02:00
parent 33afbb8af6
commit 0e82ec9995

View File

@@ -53,6 +53,22 @@
height: 4px;
}
}
// Validation
.show-validation &.-has-error {
color: @red;
&:hover {
color: @red !important;
}
&::before {
background-color: @red;
}
.badge.--error-badge {
display: block;
}
}
}
&__action:active,
@@ -186,17 +202,3 @@
}
}
}
// Validation
.show-validation .umb-sub-views-nav-item__action.-has-error,
.show-validation .umb-sub-views-nav-item > a.-has-error {
color: @red;
&::before {
background-color: @red;
}
.badge.--error-badge {
display: block;
}
}