Skip to content

Commit

Permalink
SONAR-16782 [893321] Visual list is not marked up as list
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter-admiraal-sonarsource authored and sonartech committed Aug 12, 2022
1 parent 3291bd1 commit b99bfcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/sonar-web/src/main/js/components/search-navigator.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
color: var(--secondFontColor);
}

.search-navigator-facet {
.search-navigator-facet,
button.search-navigator-facet {
position: relative;
display: inline-flex;
justify-content: space-between;
Expand Down Expand Up @@ -320,6 +321,7 @@ button.search-navigator-facet:focus,
.search-navigator-facet-header > button {
border-bottom: none;
color: var(--baseFontColor);
cursor: pointer;
}

.search-navigator-facet-header > button:focus,
Expand Down

0 comments on commit b99bfcc

Please sign in to comment.