scss/toolkit/components/table.scss in titon-toolkit-1.2.2 vs scss/toolkit/components/table.scss in titon-toolkit-1.3.0
- old
+ new
@@ -50,21 +50,21 @@
overflow-x: auto;
}
//-------------------- Modifiers --------------------//
-.#{$vendor-prefix}table.#{$state-has-prefix}hover {
+.#{$vendor-prefix}table.has-hover {
tbody tr:not(.#{$vendor-prefix}table-divider):hover { background: #fff; }
}
-.#{$vendor-prefix}table.#{$state-is-prefix}striped tbody tr {
+.#{$vendor-prefix}table.is-striped tbody tr {
background: $gray;
&:nth-child(odd) { background: $gray-lightest; }
}
-.#{$vendor-prefix}table.#{$state-is-prefix}sortable {
+.#{$vendor-prefix}table.is-sortable {
thead th {
padding: 0;
> a,
> span {
@@ -84,11 +84,11 @@
.#{$vendor-prefix}table.#{$size-small-class} {
thead th,
tbody td { padding: $small-padding; }
- &.#{$state-is-prefix}sortable {
+ &.is-sortable {
thead th {
padding: 0;
> a,
> span { padding: $small-padding; }
@@ -98,10 +98,10 @@
.#{$vendor-prefix}table.#{$size-large-class} {
thead th,
tbody td { padding: $large-padding; }
- &.#{$state-is-prefix}sortable {
+ &.is-sortable {
thead th {
padding: 0;
> a,
> span { padding: $large-padding; }
\ No newline at end of file