Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-85340

Update the CSS styles referencing the .row selector in mod_forum

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 5.0
    • Forum
    • MOODLE_500_STABLE

      The .row CSS selector is no longer utilized in the structure for generating the forum post container. Certain CSS rules referencing the .row selector within the mod/forum/styles.css file require updates.

      The .row classes were removed in MDL-75669.

      Since the .row CSS selector isn't used in the structure for generating the forum post container, some forum-specific CSS rules are no longer being applied, such as this one reported in MDL-85311:

      /* Forumpost unread
      -------------------------*/
      .forumpost.unread .row.header,
      .path-course-view .unread,
      span.unread {
          background-color: #ffd;
      }
      .forumpost.unread .row.header {
          border-bottom: 1px solid #ddd;
      }
      

       

      It would be good to review the other  .forumpost .row CSS rules to check other parts of the forum UI aren't affected.

            Unassigned Unassigned
            rajneel.totaram@moodle.com Rajneel Totaram
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.