feat(SemanticMediaWiki): update datatable filter focus styles

This commit is contained in:
alistair3149 2023-07-16 20:49:09 -04:00
parent a6bc1a8d4b
commit e7ef5431a2
No known key found for this signature in database

View file

@ -76,6 +76,14 @@
background: var( --background-color-quiet--hover );
}
.smw-datatable .dataTables_wrapper select:focus,
.smw-datatable .dataTables_wrapper select:active,
.smw-datatable .dataTables_wrapper .dataTables_filter input:focus,
.smw-datatable .dataTables_wrapper .dataTables_filter input:active {
border-color: var( --color-primary );
}
.smw-datatable-toolbar .smw-dropdown {
button {
border-color: var( --border-color-base );