Skip to content

Commit dec7076

Browse files
committed
Fix search input focus in ayu theme
1 parent 1fa54ad commit dec7076

File tree

1 file changed

+0
-10
lines changed
  • src/librustdoc/html/static/themes

1 file changed

+0
-10
lines changed

src/librustdoc/html/static/themes/ayu.css

-10
Original file line numberDiff line numberDiff line change
@@ -237,16 +237,6 @@ a {
237237

238238
#crate-search+.search-input:focus {
239239
box-shadow: 0 0 0 1px #148099,0 0 0 2px transparent;
240-
color: #ffffff;
241-
background-color: #141920;
242-
box-shadow: none;
243-
transition: box-shadow 150ms ease-in-out;
244-
border-radius: 4px;
245-
margin-left: 8px;
246-
}
247-
248-
#crate-search+.search-input:focus {
249-
box-shadow: 0px 6px 20px 0px black;
250240
}
251241

252242
.search-focus:disabled {

0 commit comments

Comments
 (0)