Removed text shadow from collapse icons

This commit is contained in:
Balazs 2014-04-03 12:04:12 +01:00
parent e4700709c4
commit 4213768177

View file

@ -278,6 +278,7 @@
}
h2:before{
content: '6';
text-shadow:none;
line-height: 40px;
padding-right: 1px;
opacity: 1;
@ -291,7 +292,7 @@
&.collapsed{
background: #fff;
h2{
box-shadow: none;
@include box-shadow(none);
}
h2:before{
content: '5';