]> git.lizzy.rs Git - rust.git/commitdiff
Fix invalid input:disabled CSS selector
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Sun, 16 May 2021 12:49:44 +0000 (14:49 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Sun, 16 May 2021 12:49:44 +0000 (14:49 +0200)
src/librustdoc/html/static/themes/ayu.css
src/librustdoc/html/static/themes/dark.css
src/librustdoc/html/static/themes/light.css

index 13d1a475e4b2ad98877847eae397b4a9ce0b4ce4..16f40ec14d5ea8bb88f34dec787e320991dff8e9 100644 (file)
@@ -248,8 +248,8 @@ details.undocumented > summary::before {
        box-shadow: 0 0 0 1px #148099,0 0 0 2px transparent;
 }
 
-.search-focus:disabled {
-       color: #929292;
+.search-input:disabled {
+       background-color: #3e3e3e;
 }
 
 .module-item .stab,
index 945ca9b252e5f509c0642e946031f6e10486212d..fe05a462e81e948af00e1c4a3875df26ab7ad098 100644 (file)
@@ -209,7 +209,7 @@ details.undocumented > summary::before {
        border-color: #008dfd;
 }
 
-.search-focus:disabled {
+.search-input:disabled {
        background-color: #c5c4c4;
 }
 
index 2ed638bdd4fa188c4e9a5fa0ef318232c85e7fbe..2253fac1c09d1d8d101eb32d7f172e4502f0e84e 100644 (file)
@@ -207,7 +207,7 @@ details.undocumented > summary::before {
        border-color: #66afe9;
 }
 
-.search-focus:disabled {
+.search-input:disabled {
        background-color: #e6e6e6;
 }