Sha256: 868b43f45b9f2dab07e467df6884d70e42ffdf863241fa1dc1ec2565add982b2
Contents?: true
Size: 941 Bytes
Versions: 2
Compression:
Stored size: 941 Bytes
Contents
.uc-autocompleter-tab-group{ background-color: $white; } .uc-autocompleter-tabs { display: block; width: 100%; clear: both; } .uc-autocompleter-tabs__tab { float: left; background-color: $lighter-gray; border-left: 1px solid $light-gray; border-right: 1px solid $light-gray; border-bottom: 1px solid $light-gray; font-size: $medium-small; line-height: $large-line-height; cursor: pointer; &.active { background-color: $white; border-bottom: 0; cursor: default; border-left: 0; border-right: 0; } &:first-child { border-left: 0; } &:last-child { border-right: 0; } &:hover:not(.active){ background-color: $hover-blue; } } .uc-autocompleter-tabs__tab__button { width: 100%; color: inherit; background-color: inherit; padding: $gutter $gutter * 2; cursor: inherit; } .uc-autocompleter-tab-panel { @extend .hidden; &.active{ display:block; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
undercase-0.2.57 | app/assets/stylesheets/undercase/patterns/_tabs.scss |
undercase-0.2.29 | app/assets/stylesheets/undercase/patterns/_tabs.scss |