Skip to content

Commit

Permalink
Fix search input focus in ayu theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Cldfire committed Jul 19, 2020
1 parent 1fa54ad commit dec7076
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/librustdoc/html/static/themes/ayu.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,16 +237,6 @@ a {

#crate-search+.search-input:focus {
box-shadow: 0 0 0 1px #148099,0 0 0 2px transparent;
color: #ffffff;
background-color: #141920;
box-shadow: none;
transition: box-shadow 150ms ease-in-out;
border-radius: 4px;
margin-left: 8px;
}

#crate-search+.search-input:focus {
box-shadow: 0px 6px 20px 0px black;
}

.search-focus:disabled {
Expand Down

0 comments on commit dec7076

Please sign in to comment.