Skip to content

Commit 9f1d0c2

Browse files
author
Patricio Albizu
committed
fix: hover over a selected table changed color
1 parent f0295d8 commit 9f1d0c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/components/src/table/table.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
border-top: 1px solid $blue-2;
5050

5151
&.hovered-row {
52-
background: $blue-2;
53-
border-bottom: 1px solid $blue-5;
54-
border-top: 1px solid $blue-5;
52+
background: $gray-1;
53+
border-bottom: 1px solid $gray-2;
54+
border-top: 1px solid $gray-2;
5555
}
5656
}
5757

0 commit comments

Comments
 (0)