Skip to content

Commit

Permalink
refactor: remove diff deleted styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gavmck committed Oct 14, 2024
1 parent 768b2d0 commit 262da00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/index.webc
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ description: Diamond UI is a methodology for teams who build software products a
<dx-hero>
<dx-heading>Title</dx-heading>
<dx-text size="lg">A paragraph of text.</dx-text>
- <dx-button type="button">Action</dx-button>
+ <dx-grid>
+ <dx-grid-item>
+ <dx-button type="button">
Expand Down
4 changes: 0 additions & 4 deletions src/styles/prism-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@ pre[class*="language-"] {
cursor: help;
}

.token.deleted {
background-color: hsla(0, 73%, 75%, 0.1);
}

.token.inserted {
animation: fadein 0.75s var(--diamond-transition-timing) forwards;
background-color: hsl(120deg 73% 75% / 10%);
Expand Down

0 comments on commit 262da00

Please sign in to comment.