discourse/app/assets/stylesheets/test_helper.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
122 B
SCSS
Raw Normal View History

@import "vendor/qunit";
2014-08-01 02:17:18 +08:00
.modal-backdrop {
display: none;
}
#reply-control {
transition-property: none !important;
}