Skip to content

Commit

Permalink
cdc926c3aae4fddd3fdba65acf6f65b322557945 Fix: Semantic UI spacer butt…
Browse files Browse the repository at this point in the history
…ons shouldn't have a hover state

Sync to source repo @cdc926c3aae4fddd3fdba65acf6f65b322557945
  • Loading branch information
AllanJard committed Jan 21, 2022
1 parent 988b4bd commit f1096ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion css/buttons.semanticui.css
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,12 @@ div.dt-button-collection span.dt-button-spacer.bar {
padding-left: 1.5em;
}

.ui.basic.buttons .button.dt-button-spacer {
div.dt-buttons.ui.basic.buttons .button.dt-button-spacer {
background: rgba(34, 36, 38, 0.05) !important;
box-shadow: none;
cursor: initial;
}
div.dt-buttons.ui.basic.buttons .button.dt-button-spacer:hover {
background-color: rgba(34, 36, 38, 0.05) !important;
}

Expand Down
2 changes: 1 addition & 1 deletion css/buttons.semanticui.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 @@ -12,5 +12,5 @@
],
"src-repo": "http://github.com/DataTables/Buttons",
"last-tag": "2.2.1",
"last-sync": "8e3213a73816dd318d7bc0fe749df3a65ceddc76"
"last-sync": "cdc926c3aae4fddd3fdba65acf6f65b322557945"
}

0 comments on commit f1096ba

Please sign in to comment.