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 Feb 3, 2025
1 parent 42fcaf6 commit c5e1475
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 @@ -24,12 +24,6 @@ $chatter_zone_width: 35% !important;
height: 35px;
}
.o_calendar_widget {
.fc-dayGridMonth-view {
.fc-week-number {
display: none;
}
}

.fc-timeGridDay-view {
.fc-day-header {
vertical-align: middle;
Expand Down

0 comments on commit c5e1475

Please sign in to comment.