Skip to content

Commit

Permalink
eba22e04cb3055ced3cf6afb905cc0f6cd963a9a CSS: Update structure of som…
Browse files Browse the repository at this point in the history
…e elements for SASS update. No functional change

Sync to source repo @eba22e04cb3055ced3cf6afb905cc0f6cd963a9a
  • Loading branch information
dtbuild committed Sep 24, 2024
1 parent f8f9511 commit 4bed4dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions css/buttons.bulma.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,6 @@ div.dt-button-collection.fixed > :last-child {
}
div.dt-button-collection.two-column > :last-child, div.dt-button-collection.three-column > :last-child, div.dt-button-collection.four-column > :last-child {
display: block !important;
-webkit-column-gap: 8px;
-moz-column-gap: 8px;
-ms-column-gap: 8px;
-o-column-gap: 8px;
column-gap: 8px;
}
div.dt-button-collection.two-column > :last-child > *, div.dt-button-collection.three-column > :last-child > *, div.dt-button-collection.four-column > :last-child > * {
Expand Down Expand Up @@ -426,7 +422,6 @@ div.dt-button-collection span.dt-button-spacer {
div.dt-button-split {
padding-left: 5px;
padding-right: 5px;
margin-bottom: 0px;
margin-bottom: 0px !important;
}
div.dt-button-split button {
Expand Down
2 changes: 1 addition & 1 deletion css/buttons.bulma.min.css

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

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.1.2",
"last-sync": "16c563b8966ad05c8c67450865cd26d7aa0436f5"
"last-sync": "eba22e04cb3055ced3cf6afb905cc0f6cd963a9a"
}

0 comments on commit 4bed4dd

Please sign in to comment.