mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
Merge pull request #6154 from LibreSign/fix/remove-sidebar-tab-box-shadow
fix: remove blue line from sidebar tab
This commit is contained in:
commit
3eff421a84
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
Reference in a new issue