Openbravo Issue Tracking System - POS2
View Issue Details
0050192POS2POSpublic2022-09-07 13:422022-09-09 07:32
dbaz 
ranjith_qualiantech_com 
urgentminoralways
closedfixed 
5
 
22Q4 
No
0050192: Price tag/label in keymap buttons should have harcoded colors
Price tag in keymap buttons should have harcoded colors

The background should be ALWAYS white (regardless if we are in light or dark theme) and the font color should be ALWAYS black

Inside file "ProductButtonContentPrice.scss"
we have

.obpos2ProductButtonContent-price {
  ...
  background-color: var(--obc2-color-surface-inverse);
  color: var(--obc2-color-on-surface-inverse);
  ...
}

and we should have

.obpos2ProductButtonContent-price {
  ...
  background-color: white;
  color: black;
  ...
}

Inside file "ProductButtonContentImg.scss" the same change in the class ".obpos2ProductButtonContent-price_demo"
.
No tags attached.
Issue History
2022-09-07 13:42dbazNew Issue
2022-09-07 13:42dbazAssigned To => Retail
2022-09-07 13:42dbazTriggers an Emergency Pack => No
2022-09-07 13:48ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2022-09-07 13:48ranjith_qualiantech_comStatusnew => scheduled
2022-09-07 14:22hgbotNote Added: 0140808
2022-09-07 18:23dbazDescription Updatedbug_revision_view_page.php?rev_id=24749#r24749
2022-09-07 18:26dbazDescription Updatedbug_revision_view_page.php?rev_id=24750#r24750
2022-09-09 07:32hgbotResolutionopen => fixed
2022-09-09 07:32hgbotStatusscheduled => closed
2022-09-09 07:32hgbotFixed in Version => 22Q4
2022-09-09 07:32hgbotNote Added: 0140879
2022-09-09 07:32hgbotNote Added: 0140880

Notes
(0140808)
hgbot   
2022-09-07 14:22   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1185 [^]
(0140879)
hgbot   
2022-09-09 07:32   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 8bccbc2aca42e40430126c92a2ce1af8a440fcf9
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 09-09-2022 05:32:31
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/8bccbc2aca42e40430126c92a2ce1af8a440fcf9 [^]

Fixed ISSUE-50192: Product Price labels should have hardcoded colours
* Product Price should have label color as black and bg colour as white

---
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/ProductButtonContentImg.scss
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContentPrice/ProductButtonContentPrice.scss
---
(0140880)
hgbot   
2022-09-09 07:32   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1185 [^]