Description of the need On Linux, when you remove a package that has dependencies (which aren't used by any other installed package), you'll be told that those dependencies are no longer needed and can be safely removed. It'd be cool to have something similar in Backdrop. This would help to reduce situations where a site has modules installed that it doesn't need because the module(s) that depended on them was uninstalled (e.g. Libraries, Field Formatter Settings, etc.).
Proposed solution No idea, just putting the thought out there :smiley:
Recent comments
thanks yorkshirepudding, i used the CSS Injector option with this code and it works .views-table caption { font-weight: bold; color: blue; font-size: 26px; }
How to change the format of the Views group title field?
@Ian Spotted the issue: Your selector has "1-wrapper" rather than "l-wrapper" (i.e. the numeral for one rather than lowercase L) Try: @media (min-width: 75em) { div.l-wrapper-inner.container....
How to over-ride grid-flexbox.css
@yorkshirepudding Yes I did flush the caches :) I've also used Firefox to inspect the element - which is where I get the "div.1-wrapper-inner.container.container-fluid" from. While hovering on that...
How to over-ride grid-flexbox.css