Skip to content

Commit

Permalink
[IMP] web: reintroduce the border for last kanban example page
Browse files Browse the repository at this point in the history
This is cleaner and allows a more obvious line between the page
and the contents, especially since there will be a weird spacing
below the last element of the page list. This styling (vertical
notebook) is only used for the kanban example dialog and has a
limited impact.

The border was removed in the following commit:
16ddf96

task-3113972

closes odoo#109105

Related: odoo/enterprise#35438
Signed-off-by: Warnon Aurélien (awa) <awa@odoo.com>
  • Loading branch information
Odoonan committed Jan 19, 2023
1 parent 2eedf2f commit 2bcad32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions addons/web/static/src/core/notebook/notebook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@
&:first-child .nav-link {
border-top-width: 0;
}

&:last-child .nav-link {
border-bottom-width: 0;
}
}

.nav-link {
Expand Down

0 comments on commit 2bcad32

Please sign in to comment.