Skip to content

Commit bd05401

Browse files
committed
border on hover
1 parent fdcfb42 commit bd05401

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/databases-collections-list/src/namespace-card.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ const nonExistantDarkStyles = css({
4949
const inactiveCardStyles = css({
5050
borderStyle: 'dashed',
5151
borderWidth: 2,
52+
'&:hover': {
53+
borderStyle: 'dashed',
54+
borderWidth: 2,
55+
},
5256
});
5357

5458
const tooltipTriggerStyles = css({

0 commit comments

Comments
 (0)