Skip to content

Commit 9688c74

Browse files
ppmpreethamAniket-Engg
authored andcommitted
cursor change for closing tabs
1 parent 8388dd4 commit 9688c74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/remix-ui/tabs/src/lib/remix-ui-tabs.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@
2121
vertical-align: middle;
2222
}
2323
.tab:hover .close-tabs{
24-
visibility: visible
24+
visibility: visible;
25+
cursor: pointer;
2526
}
2627
.active .close-tabs {
2728
visibility: visible
2829
}
2930
.close-tabs {
3031
visibility: hidden;
3132
font-size: medium;
33+
cursor: pointer;
3234
}
3335
.iconImage {
3436
width: 1rem;

0 commit comments

Comments
 (0)