rustdoc: fix weird toggle-all-docs style in iOS
This commit is contained in:
parent
ac732b62dd
commit
bdbc9772c6
@ -305,6 +305,9 @@ button#toggle-all-docs {
|
|||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
/* iOS button gradient: https://stackoverflow.com/q/5438567 */
|
||||||
|
-webkit-appearance: none;
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* end tweaks for normalize.css 8 */
|
/* end tweaks for normalize.css 8 */
|
||||||
|
Loading…
Reference in New Issue
Block a user