Sha256: 956d0e2c04e11b5027978677dfbb1703f730a94b2898d9e9219042221c188912
Contents?: true
Size: 448 Bytes
Versions: 5
Compression:
Stored size: 448 Bytes
Contents
@import 'tao/ui/globals'; @import 'tao/ui/shared/basic'; a { &:hover { color: $link-hover-color; fill: $link-hover-color; } &.warn:hover { color: lighten($red-color, 10%); fill: lighten($red-color, 10%); } &.disabled:hover { color: $lightest-grey-color; fill: $lightest-grey-color; } } a:not([href]):not([tabindex]) { &:hover { color: inherit; fill: inherit; } &:focus { outline: 0; } }
Version data entries
5 entries across 5 versions & 1 rubygems