Remove bootstrap-fix.scss
This commit is contained in:
parent
20c63b20ba
commit
797ae8a918
2 changed files with 0 additions and 26 deletions
|
|
@ -2,8 +2,6 @@
|
||||||
@import 'bootstrap-variables'; // our overwrites
|
@import 'bootstrap-variables'; // our overwrites
|
||||||
@import 'bootstrap/variables'; // the original bootstrap ones
|
@import 'bootstrap/variables'; // the original bootstrap ones
|
||||||
|
|
||||||
@import 'bootstrap-fix';
|
|
||||||
|
|
||||||
@import 'perfect-scrollbar';
|
@import 'perfect-scrollbar';
|
||||||
|
|
||||||
@import "colors";
|
@import "colors";
|
||||||
|
|
|
||||||
24
app/assets/stylesheets/bootstrap-fix.scss
vendored
24
app/assets/stylesheets/bootstrap-fix.scss
vendored
|
|
@ -1,24 +0,0 @@
|
||||||
// A temporary fix for broken classes in bootstrap 2.
|
|
||||||
// Can probably be removed when migration of bootstrap 3 is done.
|
|
||||||
|
|
||||||
input::placeholder,
|
|
||||||
textarea::placeholder {
|
|
||||||
color: #999999;
|
|
||||||
}
|
|
||||||
input::input-placeholder,
|
|
||||||
textarea::input-placeholder {
|
|
||||||
color: #999999;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// A temporary fix for mention modal #5329
|
|
||||||
|
|
||||||
#new_status_message_pane .modal {
|
|
||||||
position: absolute;
|
|
||||||
max-height: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#new_status_message_pane .modal-body{
|
|
||||||
overflow-y: visible;
|
|
||||||
max-height: none;
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue