Skip to content

Commit 80965a2

Browse files
committed
Merge pull request ejholmes#37 from julionc/box-shadow_deprecated
Remove deprecated box-shadow mixin from the Editor style.
2 parents 5f7aa4b + 0cae244 commit 80965a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/active_admin/editor.css.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ body form .html_editor {
2222
border-top: 1px solid lighten(#C9D0D6, 10%);
2323

2424
&:focus {
25-
@include box-shadow(none);
25+
box-shadow: none;
2626
border: 1px solid #C9D0D6;
2727
border-top: 1px solid lighten(#C9D0D6, 10%);
2828
}

0 commit comments

Comments
 (0)