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;
}
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | after.png | 27.15 KB | chetansonawane |
| #6 | before.png | 40.78 KB | chetansonawane |
Issue fork field_group-3306540
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
Comment #4
immaculatexavier commentedCommitted in accordance to the proposed resolution
Comment #5
chetansonawaneComment #6
chetansonawaneI have checked the given MR and applied it and duplicate selector is now removed, css merged under single selector.
Comment #9
swentel commentedmerged, thanks!
Comment #10
swentel commentedcrediting