Skip to content

typo - double semi-colon at the end of style rule  #950

@kelsS

Description

@kelsS

Description of the issue

typo: double semi-colon (;;) at the end of style rule for pfe-autocomplete in file pfe-search-droplist.scss on line 55 for ul li styles.

Impacted component(s)

Steps to reproduce

  1. Go to /patternfly-elements/elements/pfe-autocomplete/src/pfe-search-droplist.scss
  2. Find line 55 or look for the following style block:
  li {
      display: list-item;
      cursor: pointer;
      padding: 10px;
      margin: 0px; /*margin needs to be zero otherwise we have blind area on click*/
      &.active {
          background-color: #{pfe-color( surface--lighter )};;
      }
  }

Expected behavior

Expected line to only have one semi-colon ; to end the style rule.

Screenshots

Related issues

Metadata

Metadata

Labels

good 1st issueGood for newcomers to the project; requires at least an introductory knowledge of the languagesize: smSizing label; indicates a quick, relatively easy taskstylesAn issue or PR pertaining only to CSS/Sasswork in progressPOC / Not ready for review

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions