Skip to content

Commit

Permalink
Fix required field * selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Feb 26, 2024
1 parent 6fe0b8a commit 65832b4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions server/assets/src/scss/main/18201141_custom_webapp.scss
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 65832b4

Please sign in to comment.