www.fgks.org   »   [go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request #5422 from Yashs911/tap-highlight-color
Browse files Browse the repository at this point in the history
Fix tap-highlight-color
  • Loading branch information
jimchamp committed Aug 2, 2021
2 parents fc70c2e + efa3464 commit 1df6c66
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions static/css/components/header-bar.less
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@
li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
cursor: pointer;
padding: 5px 0;
font-size: 1em;

Expand Down Expand Up @@ -444,7 +443,6 @@ div.search-facet:focus-within {
-ms-flex: 1;
flex: 1;
position: relative;
cursor: pointer;

summary::marker {
content: "";
Expand All @@ -458,6 +456,7 @@ div.search-facet:focus-within {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
.header-dropdown__icon {
border: none;
margin-right: 5px;
Expand All @@ -475,6 +474,10 @@ div.search-facet:focus-within {
content: "";
}

summary {
cursor: pointer;
}

.down-arrow {
position: relative;
top: -2px;
Expand Down

0 comments on commit 1df6c66

Please sign in to comment.