chore: styles of search input

This commit is contained in:
EnixCoda 2020-04-02 00:49:16 +08:00
parent bb635c0d07
commit 87db2ff48c
No known key found for this signature in database
GPG key ID: 0C1A07377913A1DD

View file

@ -342,6 +342,8 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header-
.search-input-wrapper {
.search-input {
width: 100%;
box-shadow: none; // stay low
border-radius: 0; // its rounded corner not match with nearby elements
&.error {
border-color: $red;