button { margin: 0; padding: 0; background-color: inherit; position: static; } button:after { content: none; } button::after { border: none; }
参考
button { margin: 0; padding: 0; background-color: inherit; position: static; } button:after { content: none; } button::after { border: none; }
参考