fix(frontend): remove duplicate CSS declaration (#13640)

This commit is contained in:
Zero King 2024-03-31 09:43:28 +08:00 committed by GitHub
parent d4ca973e34
commit 0f2e651331
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,11 +80,9 @@ function copy() {
.codePlaceholderRoot { .codePlaceholderRoot {
display: block; display: block;
width: 100%; width: 100%;
background: none;
border: none; border: none;
outline: none; outline: none;
font: inherit; font: inherit;
color: inherit;
cursor: pointer; cursor: pointer;
box-sizing: border-box; box-sizing: border-box;