Skip to content

Commit

Permalink
[IMP] web_responsive: Remove unnecessary calendar optimisation
Browse files Browse the repository at this point in the history
Removed the optimisation of hiding the week number at a certain size
for consistency with the responsive design of Odoo enterprise. It is a
non-functional optimisation as it hides useful information that hardly
takes up any space. It also causes incompatibilities in the design with
extensions that do not take into account these specific changes.

TT54811
  • Loading branch information
pilarvargas-tecnativa committed Jan 31, 2025
1 parent 5c3bbc9 commit 0010e9d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions web_responsive/static/src/legacy/scss/web_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ html .o_web_client .o_action_manager .o_action {
.fc-timeGridWeek-view .fc-axis {
padding-left: 0px;
}
.fc-dayGridMonth-view {
padding-left: 0px;
.fc-week-number {
display: none;
}
}
.fc-dayGridYear-view {
padding-left: 0px;
> .fc-month-container {
Expand Down

0 comments on commit 0010e9d

Please sign in to comment.