Sha256: e4834528f1594f0fc8579857cfb6a15beb039b78c902d916b610b2ede874a673

Contents?: true

Size: 940 Bytes

Versions: 213

Compression:

Stored size: 940 Bytes

Contents

.close {
  float: right;
  @include font-size($close-font-size);
  font-weight: $close-font-weight;
  line-height: 1;
  color: $close-color;
  text-shadow: $close-text-shadow;
  opacity: .5;

  // Override <a>'s hover style
  @include hover() {
    color: $close-color;
    text-decoration: none;
  }

  &:not(:disabled):not(.disabled) {
    @include hover-focus() {
      opacity: .75;
    }
  }
}

// Additional properties for button version
// iOS requires the button element instead of an anchor tag.
// If you want the anchor version, it requires `href="#"`.
// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile

// stylelint-disable-next-line selector-no-qualifying-type
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

// Future-proof disabling of clicks on `<a>` elements

// stylelint-disable-next-line selector-no-qualifying-type
a.close.disabled {
  pointer-events: none;
}

Version data entries

213 entries across 213 versions & 12 rubygems

Version Path
devops4lib-jekyll-theme-conference-0.0.1 _sass/bootstrap/_close.scss
jekyll-theme-conference-3.6.6 _sass/bootstrap/_close.scss
bootstrap-4.6.2.1 assets/stylesheets/bootstrap/_close.scss
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_close.scss
jekyll-theme-conference-3.6.5 _sass/bootstrap/_close.scss
jekyll-theme-conference-3.6.4 _sass/bootstrap/_close.scss
jekyll-theme-conference-3.6.3 _sass/bootstrap/_close.scss
jekyll-theme-conference-3.6.2 _sass/bootstrap/_close.scss
jekyll-theme-conference-3.6.1 _sass/bootstrap/_close.scss
jekyll-theme-centos-0.9.20221031122647 _sass/bootstrap/_close.scss
bootstrap-4.6.2 assets/stylesheets/bootstrap/_close.scss
nex-bootstrap-4.6.3 assets/stylesheets/bootstrap/_close.scss
jekyll-theme-centos-0.9.20220805132206 _sass/bootstrap/_close.scss
jekyll-theme-conference-3.6.0 _sass/bootstrap/_close.scss
jekyll-theme-centos-0.9.20220227231551 _sass/bootstrap/_close.scss
viniBaxter-desk_front-300.0.12 lib/viniBaxter/sass/desk_front/bootstrap/_close.scss
jekyll-theme-conference-3.5.0 _sass/bootstrap/_close.scss
viniBaxter-desk_front-300.0.11 lib/viniBaxter/sass/desk_front/bootstrap/_close.scss
jekyll-theme-conference-3.4.1 _sass/bootstrap/_close.scss
jekyll-theme-centos-0.9.20220212202853 _sass/bootstrap/_close.scss