Skip to content

Commit

Permalink
Fix hovering over the GCS search button (#3005)
Browse files Browse the repository at this point in the history
* Fix hovering over the GCS search button
  • Loading branch information
svekars authored and c-p-i-o committed Sep 6, 2024
1 parent c1e792a commit 202693f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,15 @@
padding-left: 0px !important;
padding-bottom: 0px !important;
}

.gsc-search-button .gsc-search-button-v2:focus {
border: transparent !important;
outline: none;
box-shadow: none;
}
.gsc-search-button-v2:active {
border: none !important;
}
.gsc-search-button-v2 {
border: none !important;
}

0 comments on commit 202693f

Please sign in to comment.