Skip to content

Instantly share code, notes, and snippets.

@ituki
Created April 21, 2015 11:34
Show Gist options
  • Save ituki/e43e2bd30099dd9f6b79 to your computer and use it in GitHub Desktop.
Save ituki/e43e2bd30099dd9f6b79 to your computer and use it in GitHub Desktop.
【iPhone】:checkedに複数の隣接セレクターが効かない ref: http://qiita.com/ituki_b/items/eb803e1d315706b843cd
:checked+label+ul {
//効かない
}
:checked ~ ul,
:checked + label:only-of-type + ul:only-of-type {
//効く
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment