Sha256: 3f66066bfea6a290ed5779abb10ab779a1afdd898cf31c2502681953fac4c493

Contents?: true

Size: 331 Bytes

Versions: 16

Compression:

Stored size: 331 Bytes

Contents

.hover-show {
    visibility:hidden;
    opacity:0;
    pointer-events: none;

    &.show, .hover-show-wrapper:hover & {
        visibility: visible;
        opacity: 1;
    }
}

.hover-highlight {
    &.highlight, :hover > &, .hover-highlight-wrapper:hover & {
        background-color: $color-bg-primary;
    }
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
voppe-jekyll-theme-0.5.5 _sass/utils/hover.scss
voppe-jekyll-theme-0.5.4 _sass/utils/hover.scss
voppe-jekyll-theme-0.5.3 _sass/utils/hover.scss
voppe-jekyll-theme-0.5.2 _sass/utils/hover.scss
voppe-jekyll-theme-0.5.1 _sass/utils/hover.scss
voppe-jekyll-theme-0.4.1 _sass/utils/hover.scss
voppe-jekyll-theme-0.4.0 _sass/utils/hover.scss
voppe-jekyll-theme-0.3.0 _sass/utils/hover.scss
voppe-jekyll-theme-0.2.4 _sass/utils/hover.scss
voppe-jekyll-theme-0.2.3 _sass/utils/hover.scss
voppe-jekyll-theme-0.2.2 _sass/utils/hover.scss
voppe-jekyll-theme-0.2.1 _sass/utils/hover.scss
voppe-jekyll-theme-0.2.0 _sass/utils/hover.scss
voppe-jekyll-theme-0.1.2 _sass/utils/hover.scss
voppe-jekyll-theme-0.1.1 _sass/utils/hover.scss
voppe-jekyll-theme-0.1.0 _sass/utils/hover.scss