system-status-report.pcss.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 21.

Line: 21
.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: 101
.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.pcss.css

Proposed resolution

Line: 21
.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 about 18 hours ago

Created by

πŸ‡©πŸ‡ͺGermany fnalb2

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024