Theme cleanup

This commit is contained in:
Sascha Ißbrücker 2024-09-14 18:55:02 +02:00
parent edba98f1fe
commit 74e65bc366
3 changed files with 9 additions and 9 deletions

View file

@ -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 */

10
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "linkding",
"version": "1.32.0",
"version": "1.33.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "linkding",
"version": "1.32.0",
"version": "1.33.0",
"license": "MIT",
"dependencies": {
"@hotwired/turbo": "^8.0.6",
@ -19,7 +19,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": {
@ -2191,11 +2190,6 @@
"source-map": "^0.6.0"
}
},
"node_modules/spectre.css": {
"version": "0.5.9",
"resolved": "https://registry.npmjs.org/spectre.css/-/spectre.css-0.5.9.tgz",
"integrity": "sha512-9jUqwZmCnvflrxFGcK+ize43TvjwDjqMwZPVubEtSIHzvinH0TBUESm1LcOJx3Ur7bdPaeOHQIjOqBl1Y5kLFw=="
},
"node_modules/string-width": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",

View file

@ -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": {