rustdoc: fix weird toggle-all-docs style in iOS

This commit is contained in:
Michael Howell 2022-09-17 09:53:31 -07:00
parent ac732b62dd
commit bdbc9772c6

View File

@ -305,6 +305,9 @@ button#toggle-all-docs {
background: none;
border: none;
cursor: pointer;
/* iOS button gradient: https://stackoverflow.com/q/5438567 */
-webkit-appearance: none;
opacity: 1;
}
/* end tweaks for normalize.css 8 */