Sha256: 993551e8be7c45b27405a1403e44c926608bc21e48cd46ad7cdc1fa9b785b462
Contents?: true
Size: 431 Bytes
Versions: 323
Compression:
Stored size: 431 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
323 entries across 323 versions & 34 rubygems