9 lines
158 B
SCSS
9 lines
158 B
SCSS
$keytable-focus: 3px solid #3366FF !default;
|
|
|
|
table.dataTable {
|
|
th.focus,
|
|
td.focus {
|
|
outline: $keytable-focus;
|
|
outline-offset: -1px;
|
|
}
|
|
} |