diff options
| author | Jarek Samic <cldfire3@gmail.com> | 2020-07-19 02:00:10 -0400 |
|---|---|---|
| committer | Jarek Samic <cldfire3@gmail.com> | 2020-07-19 02:00:10 -0400 |
| commit | dec70767e533a4603baafb4c209ac3b90bba79f7 (patch) | |
| tree | 4ea174a9fced79b0d91c3f5c7c229e4b7eea44ef | |
| parent | 1fa54ad9680cc82e7301f8ed4e9b7402dfd6ce0e (diff) | |
| download | rust-dec70767e533a4603baafb4c209ac3b90bba79f7.tar.gz rust-dec70767e533a4603baafb4c209ac3b90bba79f7.zip | |
Fix search input focus in ayu theme
| -rw-r--r-- | src/librustdoc/html/static/themes/ayu.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/librustdoc/html/static/themes/ayu.css b/src/librustdoc/html/static/themes/ayu.css index e0ab7170ea8..c9d46e872f5 100644 --- a/src/librustdoc/html/static/themes/ayu.css +++ b/src/librustdoc/html/static/themes/ayu.css @@ -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 { |
