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
- Go to
/patternfly-elements/elements/pfe-autocomplete/src/pfe-search-droplist.scss
- 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
Description of the issue
typo: double semi-colon (
;;) at the end of style rule forpfe-autocompletein filepfe-search-droplist.scsson line55forul listyles.Impacted component(s)
pfe-autocompleteSteps to reproduce
/patternfly-elements/elements/pfe-autocomplete/src/pfe-search-droplist.scss55or look for the following style block:Expected behavior
Expected line to only have one semi-colon
;to end the style rule.Screenshots
Related issues