Skip to content

Commit 212fe2d

Browse files
author
Dimo Dimov
committed
Change Collapsible km-icon class to specific arrow classes in CSS code
1 parent 54e0ca5 commit 212fe2d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

styles/mobile/common/collapsible.less

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
overflow: hidden;
5656
}
5757

58-
.km-icon-right .km-icon
58+
.km-icon-right .km-arrow-s,
59+
.km-icon-right .km-arrow-n
5960
{
6061
float: right;
6162
}
@@ -65,7 +66,8 @@
6566
clear: right;
6667
}
6768

68-
.km-icon-top .km-icon
69+
.km-icon-top .km-arrow-s,
70+
.km-icon-top .km-arrow-n
6971
{
7072
display: block;
7173
margin: 0 auto;

0 commit comments

Comments
 (0)