mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Re-show checkboxes that were hidden by materialize
This commit is contained in:
parent
8ad9d24b8b
commit
65442c1818
11
app/assets/stylesheets/fixes.scss
Normal file
11
app/assets/stylesheets/fixes.scss
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* These are temporary fixes and/or hacks for issues seen in prod. Every line here
|
||||
* should be assumed temporary and with an inherit desire to remove it with something
|
||||
* cleaner.
|
||||
*/
|
||||
|
||||
// For some reason, the latest materializecss hides checkboxes. This un-hides them.
|
||||
input[type="checkbox"]:not(:checked), input[type="checkbox"]:checked {
|
||||
position: inherit !important;
|
||||
opacity: inherit !important;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user