Actions
Bug #5509
openRemove `!important attributes` from UI elements
Start date:
29.10.2018
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Affected Version:
Description
At present !important
attribute is being used in
div.readme_box ol, div.readme_box ul, div.readme_box p, div.readme_box blockquote, div.readme_box dl, div.readme_box li, div.readme_box table
div.readme_box pre
and in few other elements. It would be good to have these removed so that these can be overridden by custom headers by the user.
Updated by Edmund Wong almost 6 years ago
This is my attempt at this bug: https://code.rhodecode.com/rhodecode-enterprise-ce/pull-request/2251
Actions