mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: styles of search input
This commit is contained in:
parent
bb635c0d07
commit
87db2ff48c
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue