mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-16 11:13:15 +00:00
Removed text shadow from collapse icons
This commit is contained in:
parent
e4700709c4
commit
4213768177
1 changed files with 2 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue