Skip to content

Commit

Permalink
Theme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker committed Sep 14, 2024
1 parent edba98f commit 74e65bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
7 changes: 7 additions & 0 deletions bookmarks/styles/theme/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@
&:hover {
background: var(--btn-primary-hover-bg-color);
}

&.loading {
&::after {
border-bottom-color: var(--btn-primary-text-color);
border-left-color: var(--btn-primary-text-color);
}
}
}

/* Button Colors */
Expand Down
10 changes: 2 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.0",
"rollup-plugin-svelte": "^7.2.0",
"spectre.css": "^0.5.8",
"svelte": "^4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 74e65bc

Please sign in to comment.