Skip to content

Commit

Permalink
[FIX] web_editor: constant pseudo-classes should not be "called"
Browse files Browse the repository at this point in the history
In recent versions of libsass, this triggers an error "Custom property
values may not be empty" (sass/libsass#3118) which breaks pages.
  • Loading branch information
xmo-odoo committed Apr 7, 2021
1 parent ab1f5ec commit ec9e761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/web_editor/static/src/scss/wysiwyg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ $o-we-zindex: $o-we-overlay-zindex + 1 !default;
}

// Specific elements
#colorInputButtonGroup label:last-of-type() .btn {
#colorInputButtonGroup label:last-of-type .btn {
margin: 0 1px 0 -1px;
}
.tablepicker {
Expand Down

0 comments on commit ec9e761

Please sign in to comment.