Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
forum.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Feb 2015 at 22:18 UTC
Updated:
23 Feb 2015 at 14:54 UTC
Jump to comment: Most recent, Most recent file




Comments
Comment #1
mortendk commentedComment #2
mortendk commentedComment #3
lewisnymanCan we get a quick screen shot of the forum pages without the theme CSS just to verify that it is all functional? I can't think of a better way to check this
Comment #4
mortendk commentedscreenshots added
edit: am i the only one that cant embed ?
Comment #5
lewisnymanAre these without the .theme.css file? If it is then we should move the icons into the theme file, they shouldn't be required for functionality.
Comment #6
mortendk commentedyup they are without any css at all to show that the forum module dont need any css at all to function
Comment #7
lewisnymanAh I see, yep the icons belong in .theme.css because they are only presentational.
Thanks for the screenshots!
Comment #8
alexpottI'm expecting the forum.module.css file to be renamed. It's not. So with this patch we would have two css files in forum.
Comment #9
mortendk commentedthis should remove the forum.module.css file :)
Comment #10
idebr commentedShould this patch also remove the forum.module.css?
Comment #11
mortendk commentedyes is should cause forum.module.css has nothing that forum module needs its all theming - see screenshots
Comment #12
lewisnymanAh yes, here is the correct patch:
Comment #13
rteijeiro commentedIt works well even removing the CSS.
Comment #14
alexpottTemplates are excluded from beta evaluation. Committed 588e75d and pushed to 8.0.x. Thanks!