Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit bb2acdc

Browse files
authored
fix: LSDV-5192: Change quick view icon and change hover color (#1412)
1 parent ee9cfa5 commit bb2acdc

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

src/components/AnnotationsCarousel/AnnotationsCarousel.styl

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,26 @@
3333
padding 0
3434
height 28px
3535
width 28px
36+
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
37+
38+
&:hover
39+
background #EBF3FC
40+
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
41+
3642
&_disabled
37-
opacity 0.08
43+
background #F0EFF1
44+
45+
svg
46+
opacity .4
47+
48+
&:hover
49+
background #F0EFF1
50+
filter none
51+
3852
.button
53+
&:hover
54+
filter none
55+
3956
&__arrow
4057
&_left
4158
transform rotate(-90deg)

0 commit comments

Comments
 (0)