Problem/Motivation
Taxonomy modules css is only visual elements, this should be in theme.css not in module.css
background colors and borders are not essential for a module
.taxonomy-term-preview {
background-color: #eee;
}
.taxonomy-term-divider-top {
border-bottom: none;
}
.taxonomy-term-divider-bottom {
border-top: 1px dotted #ccc;
}
Proposed resolution
rename taxonomy.module.css to taxonmy.theme.css
Remaining tasks
Testing this patch.
The module should still be functional and accessible without the modulename.theme.css file. To test this, remove the theme.css files and inspect the relevant pages in Stark.
User interface changes
API changes
Comments
Comment #1
mortendk commentedComment #2
lewisnymanComment #3
mortendk commentedok why isnt my patch removing the old file ?
Comment #4
lewisnyman@mortendk This is how I do it:
Comment #5
idebr commented@mortendk You may have to add a line to your git configuration, see https://www.drupal.org/documentation/git/configure
Optimize diffs for renamed and copied files
Comment #6
rteijeiro commentedIt looks good and still works when removing CSS.
Comment #7
alexpottTemplates are not frozen in beta. Committed fd8672a and pushed to 8.0.x. Thanks!