We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3fbd2a + 897f65d commit cd9f469Copy full SHA for cd9f469
1 file changed
assets/scss/_search_project.scss
@@ -168,4 +168,12 @@
168
169
.form-control {
170
border: 1px solid #ced4da;
171
-}
+}
172
+input[type="search"]::-webkit-search-cancel-button {
173
+ filter: invert(55%) sepia(75%) saturate(380%) hue-rotate(135deg) brightness(95%) contrast(90%);
174
+ cursor: pointer;
175
+ transform: scale(1.1);
176
177
+input[type="search"]::-webkit-search-cancel-button:hover {
178
+ filter: invert(60%) sepia(95%) saturate(500%) hue-rotate(140deg) brightness(100%) contrast(100%);
179
0 commit comments