Skip to content

Commit

Permalink
[FIX] website_sale: set border color on color attribute
Browse files Browse the repository at this point in the history
The border color of 'color' filter attribute on /shop page corresponds
to the color od the body which makes it difficult for users to see the
color they selected.

task-3584558

closes odoo#141461

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
  • Loading branch information
vchu-odoo committed Feb 5, 2024
1 parent 36ab6c5 commit 936bad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/website_sale/static/src/scss/website_sale.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// use of an ugly overflow: hidden which would break box-shadows.
$o-wsale-products-layout-grid-gutter-width: $grid-gutter-width / 2 !default;
$o-wsale-products-layout-grid-gutter-width: min($grid-gutter-width / 2, $o-wsale-products-layout-grid-gutter-width);
$input-border-color: $gray-400;

@mixin wsale-break-table($-list: false) {
.o_wsale_products_grid_table_wrapper {
Expand Down

0 comments on commit 936bad4

Please sign in to comment.