Merge pull request #6154 from LibreSign/fix/remove-sidebar-tab-box-shadow

fix: remove blue line from sidebar tab
This commit is contained in:
Vitor Mattos 2025-12-12 13:27:51 -03:00 committed by GitHub
commit 3eff421a84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {