Sha256: 1399da6a2cfb81eae3cd9f2c9f171024e7f40cbb7014c6e21d072a249af0781b
Contents?: true
Size: 1.36 KB
Versions: 62
Compression:
Stored size: 1.36 KB
Contents
@import "govuk_publishing_components/individual_component_support"; @import "mixins/prefixed-transform"; @import "govuk/components/accordion/accordion"; // Prevent elements inside the button from receiving click events .gem-c-accordion__show-all > * { pointer-events: none; } // This is in place until a proper fix comes through from GOV.UK Frontend. // // TODO: Replace with the print styles that will come from GOV.UK Frontend. @include govuk-media-query($media-type: print) { // Open all of the accordion sections. .govuk-accordion__section-content { display: block !important; // stylelint-disable-line declaration-no-important } .js-enabled .govuk-accordion__section-content[hidden] { @supports (content-visibility: hidden) { content-visibility: auto; } } // Change the colour from the blue link colour to black. .govuk-accordion__section-button { color: govuk-colour("black") !important; // stylelint-disable-line declaration-no-important } // Change the summary subheading size. .govuk-accordion__section-summary { @include govuk-typography-common; @include govuk-typography-responsive($size: 16, $important: true); } // Hide the unusable "Show all" and "Show" sections. .govuk-accordion__show-all, .govuk-accordion__section-toggle { display: none !important; // stylelint-disable-line declaration-no-important } }
Version data entries
62 entries across 62 versions & 1 rubygems