mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Fixed SCSS indentation in UploadField (avoid false sense of specificity without actual SCSS nesting)
This commit is contained in:
parent
c119553849
commit
3796ce5068
@ -135,7 +135,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.ss-uploadfield-item-cancel {
|
.ss-uploadfield-item-cancel {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 7px;
|
top: 7px;
|
||||||
@ -155,6 +154,7 @@
|
|||||||
background: sprite($sprites16, cross-circle) no-repeat;
|
background: sprite($sprites16, cross-circle) no-repeat;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ss-uploadfield-item-editform {
|
.ss-uploadfield-item-editform {
|
||||||
/* don't use display none, for it will break jQuery('iframe').contents().height() */
|
/* don't use display none, for it will break jQuery('iframe').contents().height() */
|
||||||
height: 0;
|
height: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user