Skip to content

Commit 6467f6f

Browse files
authored
Rollup merge of #74505 - Cldfire:fix-search-focus, r=GuillaumeGomez
Fix search input focus in ayu theme Closes #74496. Before: ![image](https://user-images.githubusercontent.com/13814214/87868463-d0c8fe80-c963-11ea-9003-aa578d869e98.png) After: ![image](https://user-images.githubusercontent.com/13814214/87868467-dc1c2a00-c963-11ea-89a8-1280f68ff9df.png)
2 parents e0fae89 + dec7076 commit 6467f6f

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)