Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • T ticket
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,809
    • Issues 1,809
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Administrator
  • ticket
  • Issues
  • #810

Closed
Open
Created Aug 26, 2022 by Administrator@rootMaintainer

Unexpected duplicate selector ".zmdi-whatsapp:before", first used at line 2491

Created by: armorcodegithubqa[bot]

Duplication of selectors might indicate a copy-paste mistake. The rule detects the following kinds of duplications:

  • within a list of selectors in a single rule set
  • for duplicated selectors in different rule sets within a single stylesheet.

Noncompliant Code Example

.foo, .bar, .foo { ... }  /* Noncompliant */

.class1 { ... }
.class1 { ... }  /* Noncompliant */

Compliant Solution

.foo, .bar { ... }

.class1 { ... }
.class2 { ... }

File Path: public/public/vendor/mdi-font/css/material-design-iconic-font.css:4822

https://qa.armorcode.ai/#/findings/11771126

Assignee
Assign to
Time tracking