Problem/Motivation

Duplication of selectors might indicate a copy-paste mistake. Unexpected duplicate selector ".horizontal-tab-button .summary", first used at line 108.

File: field_group/formatters/tabs/horizontal-tabs.css

.horizontal-tab-button .summary {
  display: block;
}

.horizontal-tab-button .summary {
  line-height: normal;
  margin-bottom: 0;
}

Proposed resolution

.horizontal-tab-button .summary {
  display: block;
  line-height: normal;
  margin-bottom: 0;
}
CommentFileSizeAuthor
#6 after.png27.15 KBchetansonawane
#6 before.png40.78 KBchetansonawane
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

fnalb2 created an issue. See original summary.

immaculatexavier made their first commit to this issue’s fork.

immaculatexavier’s picture

Status: Active » Needs review

Committed in accordance to the proposed resolution

chetansonawane’s picture

Assigned: Unassigned » chetansonawane
chetansonawane’s picture

Assigned: chetansonawane » Unassigned
Status: Needs review » Reviewed & tested by the community
StatusFileSize
new40.78 KB
new27.15 KB

I have checked the given MR and applied it and duplicate selector is now removed, css merged under single selector.

swentel made their first commit to this issue’s fork.

swentel’s picture

Status: Reviewed & tested by the community » Fixed

merged, thanks!

swentel’s picture

crediting

Status: Fixed » Closed (fixed)

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