Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
fix button style
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev committed Oct 25, 2024
1 parent 73dbaf2 commit c08cbd9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/specs-report/__tests__/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,8 @@ a[target='_blank']::after {
margin-inline-start: 0.25rem;
filter: var(--color-cyan-filter);
}

button {
background: none;
border: 1px solid var(--color-text);
}
5 changes: 5 additions & 0 deletions reports/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,8 @@ a[target="_blank"]::after {
margin-inline-start: 0.25rem;
filter: var(--color-cyan-filter);
}

button {
background: none;
border: 1px solid var(--color-text);
}

0 comments on commit c08cbd9

Please sign in to comment.