system-status-report.css: Unexpected duplicate selector ".system-status-report__status-title"

Created on 24 July 2023, over 1 year ago

Problem/Motivation

Unexpected duplicate selector ".system-status-report__status-title" and double "padding-block", "padding-inline" and "font-weight" with different values, first used at line 28.

Line: 28
.system-status-report__status-title {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-block: 0.625em;
  padding-inline: 2.5em 0.375em;
  vertical-align: top;
  background-color: transparent;
  font-weight: normal;
}
...
Line: 111
.system-status-report__status-title {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-block: 1em;
  padding-inline: 3em 1em;
  font-weight: bold;
}

Steps to reproduce

File: core/themes/claro/css/components/system-status-report.css

Proposed resolution

Line: 28
.system-status-report__status-title {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-block: 1em;
  padding-inline: 3em 1em;
  vertical-align: top;
  background-color: transparent;
  font-weight: bold;
}

Remaining tasks

no

User interface changes

no

API changes

no

Data model changes

no

Release notes snippet

🐛 Bug report
Status

Closed: duplicate

Version

11.0 🔥

Component
CSS 

Last updated 5 days ago

Created by

🇩🇪Germany fnalb2

Live updates comments and jobs are added and updated live.
  • Novice

    It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.

Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024