Skip to content

Commit

Permalink
feat(test): remove doc default button style
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickon-DAFEI committed Mar 22, 2024
1 parent c546561 commit 43e237e
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions packages/demo-test/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,6 @@ h1 {
line-height: 1.1;
}

button {
padding: 0.6em 1.2em;
font-size: 1em;
font-family: inherit;
font-weight: 500;
border: 1px solid transparent;
border-radius: 8px;
background-color: #1a1a1a;
transition: border-color 0.25s;
cursor: pointer;
}
button:hover {
border-color: #646cff;
}
button:focus,
button:focus-visible {
outline: 4px auto -webkit-focus-ring-color;
}

.card {
padding: 2em;
}
Expand Down

0 comments on commit 43e237e

Please sign in to comment.