colette
Version:
A CSS and JS starter kit for 20 Minutes web projects
16 lines (14 loc) • 476 B
text/stylus
// Required Marker
//
// Provide styles for a required field marker, most often associated with the label.
//
// Markup: required.twig
//
// Styleguide: Forms.Required
.required
color var(--color-error)
white-space nowrap // required marker should follow the last word on label
text-decoration none // `abbr` are `underline` dotted on firefox
&[title] // stronger selector to override `abbr[title]` styles
border-bottom 0
text-decoration none