mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Refined frontend and email styles for toggle card
refs https://github.com/TryGhost/Team/issues/1209
This commit is contained in:
parent
66f17e18a7
commit
36b4c7de78
3 changed files with 16 additions and 16 deletions
|
@ -6,7 +6,7 @@
|
|||
}
|
||||
|
||||
.kg-toggle-card[data-kg-toggle-state="close"] svg {
|
||||
transform: rotate(180deg);
|
||||
transform: unset;
|
||||
}
|
||||
|
||||
.kg-toggle-card {
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
"@tryghost/job-manager": "0.8.12",
|
||||
"@tryghost/kg-card-factory": "3.1.0",
|
||||
"@tryghost/kg-default-atoms": "3.1.0",
|
||||
"@tryghost/kg-default-cards": "5.8.0",
|
||||
"@tryghost/kg-default-cards": "5.8.1",
|
||||
"@tryghost/kg-markdown-html-renderer": "5.1.0",
|
||||
"@tryghost/kg-mobiledoc-html-renderer": "5.2.0",
|
||||
"@tryghost/limit-service": "1.0.0",
|
||||
|
@ -173,7 +173,7 @@
|
|||
"xml": "1.0.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@tryghost/html-to-mobiledoc": "1.3.0",
|
||||
"@tryghost/html-to-mobiledoc": "1.3.1",
|
||||
"sqlite3": "5.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
26
yarn.lock
26
yarn.lock
|
@ -1698,12 +1698,12 @@
|
|||
dependencies:
|
||||
lodash-es "^4.17.11"
|
||||
|
||||
"@tryghost/html-to-mobiledoc@1.3.0":
|
||||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/html-to-mobiledoc/-/html-to-mobiledoc-1.3.0.tgz#3a2337eae4d5814c1ddedca0313ed9927a2142c8"
|
||||
integrity sha512-0IO+AC/FNDLicfx4kMgNeWIXUbKBZz8OUbJhPgXYgcNDiv65FmgR/Fj6e7aof2AuWvKEAzYqyZbTntWQ18oxfg==
|
||||
"@tryghost/html-to-mobiledoc@1.3.1":
|
||||
version "1.3.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/html-to-mobiledoc/-/html-to-mobiledoc-1.3.1.tgz#2ca4524d7eca4a19da0a61521789f80f67d249ba"
|
||||
integrity sha512-GgDR0OD5aImQsGWs77kWexbR4sPsWjKbKotgDVaOUOy54045v/YAXsaxy4R4RCYahNlUgpjolKzrQNhXPMhfiA==
|
||||
dependencies:
|
||||
"@tryghost/kg-parser-plugins" "^2.6.0"
|
||||
"@tryghost/kg-parser-plugins" "^2.6.1"
|
||||
"@tryghost/mobiledoc-kit" "^0.12.4-ghost.1"
|
||||
jsdom "^16.5.3"
|
||||
|
||||
|
@ -1752,10 +1752,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-atoms/-/kg-default-atoms-3.1.0.tgz#4daff7104c1f261b1b816dd75ae4104009f9c1e6"
|
||||
integrity sha512-FfROzVgqJWqJ7cVdS9dcALz7rnzNfV8zcrymAJrDTHDsqzAdMfSLe1tNQRm8zas9pyZLsD8zBGmLxG9dr4WFSA==
|
||||
|
||||
"@tryghost/kg-default-cards@5.8.0":
|
||||
version "5.8.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-5.8.0.tgz#d476b39b116bfde7811eae5a6f7b9e3e906f909b"
|
||||
integrity sha512-EsrvrmLSjxA8t1G+fd7Mfq9Risb+q6X5lJvpbVbUJl3JkRVZUuqcKNhRe/ejn6GHzstbI8cSrQNCh8gEblAy0Q==
|
||||
"@tryghost/kg-default-cards@5.8.1":
|
||||
version "5.8.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-5.8.1.tgz#40ff5d8e632a33d4bab5fcf1a1c3575f7b4345d2"
|
||||
integrity sha512-Hg5NxG3ln7CneUxJEIf7zHtyoKlULWAe8FpJKwXWPhyqKtSa8H6fCv8SY6mcO458aKbXaIpUm8KqYOQ/eAencw==
|
||||
dependencies:
|
||||
"@tryghost/kg-markdown-html-renderer" "^5.1.0"
|
||||
"@tryghost/url-utils" "^2.0.0"
|
||||
|
@ -1783,10 +1783,10 @@
|
|||
semver "^7.3.4"
|
||||
simple-dom "^1.4.0"
|
||||
|
||||
"@tryghost/kg-parser-plugins@^2.6.0":
|
||||
version "2.6.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.6.0.tgz#eeddf44b62513cbc34997fc33b8205ea4dc781a2"
|
||||
integrity sha512-bq+TKMnWR5RrsRNn6/nMsX49miwdgUGePwBUGgTbw/FR5GoXPhXY1nmZFAQsYY/l+N8quS/dEEH/FLkheIVpww==
|
||||
"@tryghost/kg-parser-plugins@^2.6.1":
|
||||
version "2.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.6.1.tgz#a393778a7094d404cd4fd5e0f22f91007192a345"
|
||||
integrity sha512-Z39gdqCx2uFE8cPKMBohb/nua12udIY2r7VMNYvpCBJaEoQYIC7k+QIbi8B8adAMq1eB5ZUC4YH3eBeA+kX/xg==
|
||||
dependencies:
|
||||
"@tryghost/kg-clean-basic-html" "^2.2.1"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue