mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Merge pull request #514 from hudochenkov/audio-ios
Specify browsers for displaying `audio` without controls issue
This commit is contained in:
commit
128ecd8cc4
3
normalize.css
vendored
3
normalize.css
vendored
@ -59,8 +59,7 @@ video {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prevent modern browsers from displaying `audio` without controls.
|
* Prevent displaying `audio` without controls in Mobile Safari 4/5/6/7.
|
||||||
* Remove excess height in iOS 5 devices.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
audio:not([controls]) {
|
audio:not([controls]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user