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

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