mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
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:
parent
4212de89e4
commit
87d02c9c71
1 changed files with 3 additions and 0 deletions
|
|
@ -83,6 +83,9 @@ export default {
|
|||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.app-sidebar__tab {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
@media (max-width: 512px) {
|
||||
.app-sidebar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue