don't add shadow to the default editor
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
left: 0;
|
||||
background: @gray-10;
|
||||
z-index: 100;
|
||||
box-shadow: 0px 0 30px 0 rgba(0,0,0,.3);
|
||||
}
|
||||
|
||||
.umb-editor--animating {
|
||||
@@ -25,6 +24,7 @@
|
||||
// will be shown through animation
|
||||
.umb-editors .umb-editor {
|
||||
opacity: 0;
|
||||
box-shadow: 0px 0 30px 0 rgba(0,0,0,.3);
|
||||
}
|
||||
|
||||
.umb-editor--small {
|
||||
|
||||
Reference in New Issue
Block a user