fix: remove blue line from sidebar tab

Remove box-shadow from .app-sidebar__tab to eliminate the blue line
that appeared above tab content when clicking on sidebar tabs.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
Vitor Mattos 2025-12-12 13:24:44 -03:00
commit 87d02c9c71
No known key found for this signature in database
GPG key ID: 6FECE2AD4809003A

View file

@ -83,6 +83,9 @@ export default {
}
</script>
<style lang="scss" scoped>
.app-sidebar__tab {
box-shadow: none !important;
}
@media (max-width: 512px) {
.app-sidebar {