mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03:00
🎨 Made toggle card closed by default
refs https://github.com/TryGhost/Team/issues/1209
This commit is contained in:
parent
5d191e90b9
commit
aa7d1e240c
@ -3,14 +3,6 @@
|
||||
}
|
||||
|
||||
.kg-toggle-card[data-kg-toggle-state="close"] .kg-toggle-content{
|
||||
height: auto;
|
||||
opacity: 1;
|
||||
transition: opacity 1s ease, top .35s ease;
|
||||
top: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.kg-toggle-content {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
transition: opacity .5s ease, top .35s ease;
|
||||
@ -19,6 +11,14 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.kg-toggle-content {
|
||||
height: auto;
|
||||
opacity: 1;
|
||||
transition: opacity 1s ease, top .35s ease;
|
||||
top: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.kg-toggle-content p:first-of-type {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user