Skip to content

Commit f6ebe96

Browse files
svekarsc-p-i-o
authored andcommitted
Fix hovering over the GCS search button (#3005)
* Fix hovering over the GCS search button
1 parent 45c252b commit f6ebe96

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_static/css/custom.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,15 @@
100100
padding-left: 0px !important;
101101
padding-bottom: 0px !important;
102102
}
103+
104+
.gsc-search-button .gsc-search-button-v2:focus {
105+
border: transparent !important;
106+
outline: none;
107+
box-shadow: none;
108+
}
109+
.gsc-search-button-v2:active {
110+
border: none !important;
111+
}
112+
.gsc-search-button-v2 {
113+
border: none !important;
114+
}

0 commit comments

Comments
 (0)