Skip to content

Commit e3dcff1

Browse files
committed
refactor: update table selected styles
1 parent 8f865c6 commit e3dcff1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scss/_tables.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,10 @@
139139
tbody tr {
140140
&:focus {
141141
outline: 0;
142-
@extend .table-selected;
142+
@include themes($table-theme-map, $create: parent) {
143+
color: themes-get-value("table-hover-color");
144+
background-color: themes-get-value("table-hover-bg");
145+
}
143146
}
144147
}
145148
}

0 commit comments

Comments
 (0)