We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12da9be commit b2cf313Copy full SHA for b2cf313
_static/css/custom.css
@@ -102,7 +102,9 @@
102
}
103
104
.gsc-search-button .gsc-search-button-v2:focus {
105
- border: none !important;
+ border: transparent !important;
106
+ outline: none;
107
+ box-shadow: none;
108
109
.gsc-search-button-v2:active {
110
border: none !important;
@@ -111,6 +113,6 @@
111
113
112
114
115
-td.gsc-search-button {
116
+table.gsc-search-button {
117
118
0 commit comments