Sha256: 02126e7588b90c696b97ccc3a52d74edfe56546ec3848e7a823674a375e6ba0b
Contents?: true
Size: 782 Bytes
Versions: 11
Compression:
Stored size: 782 Bytes
Contents
.sc-segmented-view { display: block; white-space: nowrap; /* The entire SegmentedView is disabled. */ &.disabled { .sc-segment-view { background: #FFF; color: #999; &.sel { background: #EEE; } } } img.icon { position: relative; } /* Style for an individual segment. */ .sc-segment-view { background: #DDD; color: black; display: inline-block; position: relative; text-align: center; &:focus { outline: none; } &.active, &.sel { background: #999; } &.disabled { background: #FFF; color: #999; &.sel { background: #EEE; } } &.sel.active { background: #888; } &.vertical { display: block; } } }
Version data entries
11 entries across 11 versions & 1 rubygems