Skip to content

Commit 71cd46a

Browse files
authored
Apply suggestions from code review
1 parent 331447a commit 71cd46a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

_static/css/custom.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,15 @@
102102
}
103103

104104
.gsc-search-button-v2 {
105-
border: 1px solid #ee4c2c !important;
105+
border: none !important;
106106
}
107107

108108
.gsc-search-button-v2:focus {
109-
border: 1px solid #ee4c2c !important;
109+
border: none !important;
110110
}
111111
.gsc-search-button-v2:active {
112-
border: 1px solid #ee4c2c !important;
112+
border: none !important;
113+
}
114+
.gsc-search-button .gsc-search-button-v2 {
115+
border-color: #ee4c2c !important;
113116
}

0 commit comments

Comments
 (0)