mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02: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 {
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
@ -155,6 +154,7 @@
|
||||
background: sprite($sprites16, cross-circle) no-repeat;
|
||||
}
|
||||
}
|
||||
|
||||
.ss-uploadfield-item-editform {
|
||||
/* don't use display none, for it will break jQuery('iframe').contents().height() */
|
||||
height: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user