More package updates. Less warnings.
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
"postcss": "^8.4.41",
|
"postcss": "^8.4.41",
|
||||||
"prettier": "^3.1.1",
|
"prettier": "^3.1.1",
|
||||||
"prettier-plugin-svelte": "^3.1.2",
|
"prettier-plugin-svelte": "^3.1.2",
|
||||||
"sass-embedded": "^1.79.5",
|
"sass-embedded": "^1.81.0",
|
||||||
"svelte": "^4.2.0",
|
"svelte": "^4.2.0",
|
||||||
"svelte-check": "^4.0.0",
|
"svelte-check": "^4.0.0",
|
||||||
"svelte-highlight": "^7.7.0",
|
"svelte-highlight": "^7.7.0",
|
||||||
|
|||||||
@@ -348,7 +348,7 @@ function dispatch_edit_mode_changed() {
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<style lang="postcss">
|
<style lang="scss">
|
||||||
/* BEGIN: AE's Svelte Quick Access Type component */
|
/* BEGIN: AE's Svelte Quick Access Type component */
|
||||||
#AE-Quick-Access-Type {
|
#AE-Quick-Access-Type {
|
||||||
/* position: absolute; */
|
/* position: absolute; */
|
||||||
@@ -426,12 +426,14 @@ function dispatch_edit_mode_changed() {
|
|||||||
/* outline: solid thin red; */
|
/* outline: solid thin red; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
.ae_access_type .current_text {
|
.ae_access_type .current_text {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ae_access_type:hover .current_text {
|
.ae_access_type:hover .current_text {
|
||||||
display: initial;
|
display: initial;
|
||||||
/* outline: solid thin red; */
|
outline: solid thin red;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user