2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/test/stylesheets/test_helper.css
2018-09-11 15:07:28 +08:00

10 lines
167 B
CSS

@import '/stylesheets/desktop.css';
@import 'qunit/qunit/qunit.css';
.modal-backdrop {
display: none;
}
#reply-control {
transition-property: none !important;
}