1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

fix malformed CSS that was breaking production builds

no issue
- cssnano was erroring with `Error: Unexpected "space" found`
This commit is contained in:
Kevin Ansfield 2017-03-02 11:52:33 +00:00
parent ec3cf91651
commit 78dce694e2

View file

@ -56,7 +56,7 @@
display: none;
}
.__mobiledoc-card: hover .card-handle {
.__mobiledoc-card:hover .card-handle {
display: block;
}
@ -80,7 +80,7 @@
resize: none;
}
.card-handle button: hover {
.card-handle button:hover {
background-color: #718087;
color: #fff;
}
@ -135,7 +135,7 @@ textarea.ed_code {
.__mobiledoc-tooltip a {
color: #FFF;
}
.__mobiledoc-tooltip: before {
.__mobiledoc-tooltip:before {
content: '';
position: absolute;