In #1172040: Contrib solution for non-collapsible fieldsets and missing titles a workaround was added to fix inconsistent theming of the scheduler options in the content type vertical tabs in Drupal 7. Since the theming system is completely overhauled in Drupal 8 chances are that this workaround is no longer needed. We should investigate whether this is still needed, and if not, remove the workaround.

  1. Apply the patch that removes the workaround.
  2. Check the Scheduler settings in vertical tabs of the content type form (eg. at /admin/structure/types/manage/article).
  3. Verify that this looks good in the Seven and Bartik themes.
CommentFileSizeAuthor
#1 2468819-1.patch2.98 KBpfrenssen
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pfrenssen’s picture

pfrenssen’s picture

Issue summary: View changes
rpayanm’s picture

Status: Active » Needs review

  • pfrenssen committed a1a0f3d on 8.x-1.x
    Issue #2468819 by pfrenssen: Remove theming workarounds.
    
pfrenssen’s picture

Status: Needs review » Fixed
Issue tags: -Novice

It looks perfectly normal with and without this workaround. Committed to 8.x-1.x.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

jonathan1055’s picture

Title: Remove theming workarounds » Remove theming workarounds and delete scheduler.css

Updated title for better searching - took me a while to find this without 'css' in the subject. Needed to reference this issue from the new 7.x issue #2715479: Remove vertical tabs CSS workarounds