|
26 | 26 |
|
27 | 27 | *:not(input) { |
28 | 28 | -webkit-touch-callout: none; |
29 | | - -webkit-user-select: none; |
30 | | - -moz-user-select: none; |
31 | | - -ms-user-select: none; |
32 | | - -o-user-select: none; |
33 | 29 | user-select: none; |
34 | 30 | } |
35 | 31 |
|
@@ -391,7 +387,6 @@ pre { |
391 | 387 | } |
392 | 388 |
|
393 | 389 | .fa-spin-faster { |
394 | | - -webkit-animation: fa-spin 1s infinite ease-in-out; |
395 | 390 | animation: fa-spin 1s infinite ease-in-out; |
396 | 391 | } |
397 | 392 |
|
@@ -548,38 +543,10 @@ button[disabled] { |
548 | 543 | width: 100% !important; |
549 | 544 | left: 0 !important; |
550 | 545 |
|
551 | | - -webkit-animation: line_highlight .1s; |
552 | | - -moz-animation: line_highlight .1s; |
553 | | - -ms-animation: line_highlight .1s; |
554 | | - -o-animation: line_highlight .1s; |
555 | 546 | animation: line_highlight .1s; |
556 | 547 | } |
557 | 548 |
|
558 | 549 | @keyframes line_highlight { |
559 | 550 | from { background: rgba(0, 174, 255, 0.1); } |
560 | 551 | to { background: rgba(0, 174, 255, 0.4); } |
561 | 552 | } |
562 | | - |
563 | | -/* Firefox < 16 */ |
564 | | -@-moz-keyframes line_highlight { |
565 | | - from { background: rgba(0, 174, 255, 0.1); } |
566 | | - to { background: rgba(0, 174, 255, 0.4); } |
567 | | -} |
568 | | - |
569 | | -/* Safari, Chrome and Opera > 12.1 */ |
570 | | -@-webkit-keyframes line_highlight { |
571 | | - from { background: rgba(0, 174, 255, 0.1); } |
572 | | - to { background: rgba(0, 174, 255, 0.4); } |
573 | | -} |
574 | | - |
575 | | -/* Internet Explorer */ |
576 | | -@-ms-keyframes line_highlight { |
577 | | - from { background: rgba(0, 174, 255, 0.1); } |
578 | | - to { background: rgba(0, 174, 255, 0.4); } |
579 | | -} |
580 | | - |
581 | | -/* Opera < 12.1 */ |
582 | | -@-o-keyframes line_highlight { |
583 | | - from { background: rgba(0, 174, 255, 0.1); } |
584 | | - to { background: rgba(0, 174, 255, 0.4); } |
585 | | -} |
0 commit comments