Sha256: 5701b8532b0c2b6c83b8fc00f337ea29a426a3f84f3cf75e762a3bde13bf0f67
Contents?: true
Size: 1.06 KB
Versions: 7
Compression:
Stored size: 1.06 KB
Contents
.table_tools { display: flex; align-items: center; margin-bottom: $spacer-2; } a.table_tools_button, .table_tools .dropdown_menu_button { @include body-medium; font-weight: normal; outline: none; padding: $spacer-2 $spacer-4; box-shadow: none; background: none; @include transition; &:not(.disabled) { &:hover { background: none; border-color: $border-color-emphasis; } &:active { transform: scale(0.925); box-shadow: none; background: none; border-color: $border-color-emphasis; color: $fg-default; } } } .table_tools_segmented_control { li { a { border: 1px solid $border-color; border-radius: $border-radius-m; margin-right: $spacer-2; } &:first-child a { border-radius: $border-radius-m; } &:last-child a { border-radius: $border-radius-m; } &.selected a { background: $bg-subtle; box-shadow: none; border: 2px solid $border-color-emphasis; &:hover { background: $bg-subtle; } } } }
Version data entries
7 entries across 7 versions & 1 rubygems