Skip to content

Commit 3eadd94

Browse files
authored
remove button styles
Removed custom button styles from main.css.
1 parent 0e4fbde commit 3eadd94

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

app/assets/main.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -236,21 +236,6 @@ dd {
236236
margin: 0;
237237
}
238238

239-
/* Reset button styles */
240-
button {
241-
background: transparent;
242-
border: none;
243-
font: inherit;
244-
padding: 0;
245-
}
246-
247-
button:focus-visible,
248-
select:focus-visible {
249-
outline: 2px solid var(--accent);
250-
outline-offset: 2px;
251-
border-radius: 4px;
252-
}
253-
254239
/* Selection */
255240
::selection {
256241
background-color: var(--fg-muted);

0 commit comments

Comments
 (0)