Skip to content

Commit 715f52d

Browse files
author
Tomasz Napieralski
authored
XW-1903 | remove 0 from value less than zero
1 parent 7c1c05f commit 715f52d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/_dropdowns.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ $dropdown-content-z-index: 1;
2323

2424
.wds-dropdown-content {
2525
background-color: $color-white;
26-
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
26+
box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
2727
display: none;
2828
position: absolute;
2929
z-index: $dropdown-content-z-index;
3030

3131
&.wds-is-dark {
32-
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
32+
box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
3333
}
3434

3535
&.wds-is-right-aligned {

0 commit comments

Comments
 (0)