Skip to content

Commit 87d02c9

Browse files
committed
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>
1 parent 4212de8 commit 87d02c9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Components/RightSidebar/RightSidebar.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ export default {
8383
}
8484
</script>
8585
<style lang="scss" scoped>
86+
.app-sidebar__tab {
87+
box-shadow: none !important;
88+
}
8689
8790
@media (max-width: 512px) {
8891
.app-sidebar {

0 commit comments

Comments
 (0)