Skip to content

Commit f1096ba

Browse files
committed
cdc926c3aae4fddd3fdba65acf6f65b322557945 Fix: Semantic UI spacer buttons shouldn't have a hover state
Sync to source repo @cdc926c3aae4fddd3fdba65acf6f65b322557945
1 parent 988b4bd commit f1096ba

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

css/buttons.semanticui.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,12 @@ div.dt-button-collection span.dt-button-spacer.bar {
376376
padding-left: 1.5em;
377377
}
378378

379-
.ui.basic.buttons .button.dt-button-spacer {
379+
div.dt-buttons.ui.basic.buttons .button.dt-button-spacer {
380+
background: rgba(34, 36, 38, 0.05) !important;
381+
box-shadow: none;
382+
cursor: initial;
383+
}
384+
div.dt-buttons.ui.basic.buttons .button.dt-button-spacer:hover {
380385
background-color: rgba(34, 36, 38, 0.05) !important;
381386
}
382387

css/buttons.semanticui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
],
1313
"src-repo": "http://github.com/DataTables/Buttons",
1414
"last-tag": "2.2.1",
15-
"last-sync": "8e3213a73816dd318d7bc0fe749df3a65ceddc76"
15+
"last-sync": "cdc926c3aae4fddd3fdba65acf6f65b322557945"
1616
}

0 commit comments

Comments
 (0)