Cleanup workaround CSS for Bootstrap 4 + DDT fix

This commit is contained in:
Bruno Alla 2018-01-30 22:35:05 +00:00
parent 8a4f3e036b
commit 01b64c4870
2 changed files with 0 additions and 20 deletions

View File

@ -11,11 +11,3 @@
background-color: #f2dede;
border-color: #eed3d7;
}
/* Display django-debug-toolbar.
See https://github.com/django-debug-toolbar/django-debug-toolbar/issues/742
and https://github.com/pydanny/cookiecutter-django/issues/317
*/
[hidden][style="display: block;"] {
display: block !important;
}

View File

@ -38,15 +38,3 @@ $red: #b94a48;
border-color: $dark-pink;
color: $red;
}
////////////////////////////////
//Django Toolbar//
////////////////////////////////
// Display django-debug-toolbar.
// See https://github.com/django-debug-toolbar/django-debug-toolbar/issues/742
// and https://github.com/pydanny/cookiecutter-django/issues/317
[hidden][style="display: block;"] {
display: block !important;
}