Skip to content

Commit

Permalink
fix regression in sort arrow styling
Browse files Browse the repository at this point in the history
  • Loading branch information
olifolkerd committed May 30, 2022
1 parent 4031237 commit bfbdbd1
Show file tree
Hide file tree
Showing 23 changed files with 57 additions and 57 deletions.
8 changes: 4 additions & 4 deletions dist/css/tabulator.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/tabulator.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/css/tabulator_bootstrap3.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/tabulator_bootstrap3.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/css/tabulator_bootstrap4.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/tabulator_bootstrap4.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/css/tabulator_bootstrap5.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/tabulator_bootstrap5.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/css/tabulator_bulma.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/tabulator_bulma.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/css/tabulator_materialize.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/tabulator_materialize.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/css/tabulator_midnight.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/tabulator_midnight.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/css/tabulator_modern.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/tabulator_modern.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/css/tabulator_semanticui.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/tabulator_semanticui.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/css/tabulator_simple.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/tabulator_simple.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/css/tabulator_site.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/tabulator_site.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/scss/tabulator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ $footerActiveColor:#d00 !default; //footer bottom active text color
}
}

&[aria-sort="asc"]{
&[aria-sort="ascending"]{
.tabulator-col-content .tabulator-col-sorter{
color: $sortArrowActive;

Expand All @@ -256,7 +256,7 @@ $footerActiveColor:#d00 !default; //footer bottom active text color
}
}

&[aria-sort="desc"]{
&[aria-sort="descending"]{
.tabulator-col-content .tabulator-col-sorter{
color: $sortArrowActive;

Expand Down

0 comments on commit bfbdbd1

Please sign in to comment.