More package updates. Less warnings.

This commit is contained in:
Scott Idem
2024-11-20 16:17:16 -05:00
parent ec837c415a
commit 1d713db712
2 changed files with 5 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
"postcss": "^8.4.41",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"sass-embedded": "^1.79.5",
"sass-embedded": "^1.81.0",
"svelte": "^4.2.0",
"svelte-check": "^4.0.0",
"svelte-highlight": "^7.7.0",

View File

@@ -348,7 +348,7 @@ function dispatch_edit_mode_changed() {
</section>
<style lang="postcss">
<style lang="scss">
/* BEGIN: AE's Svelte Quick Access Type component */
#AE-Quick-Access-Type {
/* position: absolute; */
@@ -426,12 +426,14 @@ function dispatch_edit_mode_changed() {
/* outline: solid thin red; */
}
/*
.ae_access_type .current_text {
display: none;
}
.ae_access_type:hover .current_text {
display: initial;
/* outline: solid thin red; */
outline: solid thin red;
}
*/
</style>