@@ -196,7 +196,6 @@ img {
196196 */
197197
198198button ,
199- [role = button ],
200199input ,
201200optgroup ,
202201select ,
@@ -213,7 +212,6 @@ textarea {
213212 */
214213
215214button ,
216- [role = button ],
217215input { /* 1 */
218216 overflow : visible;
219217}
@@ -224,7 +222,6 @@ input { /* 1 */
224222 */
225223
226224button ,
227- [role = button ],
228225select { /* 1 */
229226 text-transform : none;
230227}
@@ -234,7 +231,6 @@ select { /* 1 */
234231 */
235232
236233button ,
237- [role = button ],
238234[type = "button" ],
239235[type = "reset" ],
240236[type = "submit" ] {
@@ -246,7 +242,6 @@ button,
246242 */
247243
248244button ::-moz-focus-inner ,
249- [role = button ]::-moz-focus-inner ,
250245[type = "button" ]::-moz-focus-inner ,
251246[type = "reset" ]::-moz-focus-inner ,
252247[type = "submit" ]::-moz-focus-inner {
@@ -259,7 +254,6 @@ button::-moz-focus-inner,
259254 */
260255
261256button : -moz-focusring ,
262- [role = button ]: -moz-focusring ,
263257[type = "button" ]: -moz-focusring ,
264258[type = "reset" ]: -moz-focusring ,
265259[type = "submit" ]: -moz-focusring {
@@ -397,7 +391,6 @@ template {
397391--------------------------------------------------------------*/
398392body ,
399393button ,
400- [role = button ],
401394input ,
402395select ,
403396optgroup ,
@@ -534,7 +527,6 @@ table {
534527# Forms
535528--------------------------------------------------------------*/
536529button ,
537- [role = button ],
538530input [type = "button" ],
539531input [type = "reset" ],
540532input [type = "submit" ] {
@@ -550,15 +542,13 @@ input[type="submit"] {
550542}
551543
552544button : hover ,
553- [role = button ]: hover ,
554545input [type = "button" ]: hover ,
555546input [type = "reset" ]: hover ,
556547input [type = "submit" ]: hover {
557548 border-color : # ccc # bbb # aaa ;
558549}
559550
560551button : active , button : focus ,
561- [role = button ]: active , [role = button ]: focus ,
562552input [type = "button" ]: active ,
563553input [type = "button" ]: focus ,
564554input [type = "reset" ]: active ,
@@ -712,10 +702,7 @@ a:hover, a:active {
712702}
713703
714704/* Small menu. */
715- .menu-toggle {
716- display : inline-block;
717- user-select : none; /* when label[role=button] in AMP */
718- }
705+ .menu-toggle ,
719706.main-navigation .toggled ul {
720707 display : block;
721708}
0 commit comments