mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-25 02:31:59 -05:00
Moved svg arrow styles from inline to CSS file
refs https://github.com/TryGhost/Team/issues/1209
This commit is contained in:
parent
1bc64dc7e4
commit
024f735844
1 changed files with 9 additions and 0 deletions
|
@ -63,6 +63,15 @@
|
|||
transform: rotate(-180deg);
|
||||
}
|
||||
|
||||
.kg-toggle-heading path {
|
||||
fill: none;
|
||||
stroke: currentcolor;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
stroke-width: 1.5;
|
||||
fill-rule: evenodd;
|
||||
}
|
||||
|
||||
.kg-toggle-heading-text {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue