Sha256: 1d61d8dbf519ea9571f19c9c382a99db72f9e4dbdafd885e646964895834bfe0

Contents?: true

Size: 450 Bytes

Versions: 6

Compression:

Stored size: 450 Bytes

Contents

//
// Stretched link
//

.stretched-link {
  &::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    // Just in case `pointer-events: none` is set on a parent
    pointer-events: auto;
    content: "";
    // IE10 bugfix, see https://stackoverflow.com/questions/16947967/ie10-hover-pseudo-class-doesnt-work-without-background-color
    background-color: rgba(0, 0, 0, 0);
  }
}

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
chulapa-jekyll-1.1.0 _sass/bootstrap/utilities/_stretched-link.scss
chulapa-jekyll-1.0.1 _sass/bootstrap/utilities/_stretched-link.scss
chulapa-jekyll-1.0.0 _sass/bootstrap/utilities/_stretched-link.scss
mancalledmountain-theme-0.1.2 _sass/vendors/bootstrap/utilities/_stretched-link.scss
mancalledmountain-theme-0.1.1 _sass/vendors/bootstrap/utilities/_stretched-link.scss
mancalledmountain-theme-0.1.0 _sass/vendors/bootstrap/utilities/_stretched-link.scss