Sha256: 6c645cde77a41994d62da27634e74987c152f5926cc1fa37bd22c8f6063c81fc
Contents?: true
Size: 609 Bytes
Versions: 13
Compression:
Stored size: 609 Bytes
Contents
// Details // ========================================================================== details { display: block; clear: both; 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
13 entries across 13 versions & 2 rubygems