Skip to content

Commit

Permalink
bf9ff1f0723b63e1728f00a4dc2dbdb721eb04a2 Fix: CSS files should be mad…
Browse files Browse the repository at this point in the history
…e up of ASCII characters only, with UTF8 characters consisting of an escaped Unicode code point.

https://datatables.net/forums/discussion/80514

Sync to source repo @bf9ff1f0723b63e1728f00a4dc2dbdb721eb04a2
  • Loading branch information
dtbuild committed Feb 7, 2025
1 parent 35e126e commit af3005f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions css/buttons.semanticui.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ div.dt-button-collection .dt-button-active:after {
margin-top: -10px;
right: 1em;
display: inline-block;
content: "";
content: "\2713";
color: inherit;
}
div.dt-button-collection .dt-button-active.dt-button-split {
Expand All @@ -137,7 +137,7 @@ div.dt-button-collection .dt-button-active.dt-button-split > *:first-child:after
margin-top: -10px;
right: 1em;
display: inline-block;
content: "";
content: "\2713";
color: inherit;
}
div.dt-button-collection .dt-button-active-a a {
Expand All @@ -147,7 +147,7 @@ div.dt-button-collection .dt-button-active-a a:after {
position: absolute;
right: 1em;
display: inline-block;
content: "";
content: "\2713";
color: inherit;
}
div.dt-button-collection span.dt-button-spacer {
Expand Down
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
],
"src-repo": "http://github.com/DataTables/Buttons",
"last-tag": "3.2.2",
"last-sync": "c7e84795b0e6974ad8a0d3d25a41cb93ca72fbd0"
"last-sync": "bf9ff1f0723b63e1728f00a4dc2dbdb721eb04a2"
}

0 comments on commit af3005f

Please sign in to comment.