Sha256: 59eec5f1efc1485b511c89e485220439c0a9499255089ec3dfdb411e64f24260
Contents?: true
Size: 360 Bytes
Versions: 23
Compression:
Stored size: 360 Bytes
Contents
@each $color, $value in $colors { .#{$color} { .nav-tabs { .nav-link { &:hover, &.active { border-color: $value; } } } } // Color variations for border in main nav in DM .site-nav { .nav-item.#{$color} { .nav-link { &:hover, &.active, &[aria-expanded="true"] { border-color: $value; } } } } }
Version data entries
23 entries across 23 versions & 1 rubygems