Ticket #41580: 41580.2.diff
File 41580.2.diff, 1.2 KB (added by , 3 years ago) |
---|
-
src/wp-includes/css/buttons.css
59 59 box-sizing: border-box; 60 60 } 61 61 62 /* Remove the dotted border on :focus and the extra paddingin Firefox */62 /* Remove the dotted border on :focus in Firefox */ 63 63 .wp-core-ui button::-moz-focus-inner, 64 64 .wp-core-ui input[type="reset"]::-moz-focus-inner, 65 65 .wp-core-ui input[type="button"]::-moz-focus-inner, 66 66 .wp-core-ui input[type="submit"]::-moz-focus-inner { 67 border-width: 0; 68 border-style: none; 69 padding: 0; 67 border: 0; 70 68 } 71 69 72 70 .wp-core-ui .button.button-large, -
src/wp-includes/css/editor.css
670 670 box-shadow: 0 1px 0 #cccccc; 671 671 } 672 672 673 /* Remove the dotted border on :focus and the extra paddingin Firefox */673 /* Remove the dotted border on :focus in Firefox */ 674 674 .mce-window .mce-btn::-moz-focus-inner { 675 border-width: 0; 676 border-style: none; 677 padding: 0; 675 border: 0; 678 676 } 679 677 680 678 .mce-window .mce-btn:hover,