3
0

Fix required field * selector

This commit is contained in:
Jože Fortun
2024-02-26 12:53:51 +01:00
parent 6fe0b8ae83
commit 65832b461c
@@ -122,13 +122,10 @@ a.btn:not(.btn-link) {
}
fieldset.required {
label::after {
legend > div:first-child::after {
content: "*";
display: inline-block;
color: var(--primary);
width: 10px;
height: 18px;
overflow: hidden;
color: var(--danger);
max-width: 0.125rem;
}
}