Sha256: a134288509c0059c28382a724a05b4eaa25ee710134a3aea53dde98913021aa3
Contents?: true
Size: 594 Bytes
Versions: 6
Compression:
Stored size: 594 Bytes
Contents
// Details // ========================================================================== details { display: block; summary { display: inline-block; color: $govuk-blue; cursor: pointer; position: relative; margin-bottom: em(5); &:hover { color: $link-hover-colour; } &:focus { outline: 3px solid $focus-colour; } } // Underline only summary text (not the arrow) .summary { text-decoration: underline; } // Match fallback arrow spacing with -webkit default .arrow { margin-right: .35em; font-style: normal; } }
Version data entries
6 entries across 6 versions & 1 rubygems