Openbravo Issue Tracking System - POS2
View Issue Details
0052335POS2Corepublic2023-05-03 15:392024-03-11 14:15
migueldejuana 
Triage Platform Base 
normaltrivialalways
closedfixed 
5
 
 
No
0052335: BaseButtonGroup miss some css details
BaseButtonGroup have some css details not defined.

See Figma for the details:
https://www.figma.com/file/QJW5Sq3M2dcOIxhNW9JrGR/POS-2.0---%23---Base-Components?node-id=0-144&t=HHMF0WjHyueVOJUW-0 [^]


See below some example of CSS that should be added:
  .obc2BaseButtonGroup {
    height: 4rem;
    .obc2BaseButton {
      background-color: transparent;
      .obc2BaseContent {
        text-transform: none;
        color: var(--obc2-color-on-surface);
        opacity: var(--obc2-color-on-surface-disabled-opacity);
      }
    }
    .obc2BaseButton.selected {
      .obc2BaseContent {
        color: var(--obc2-color-primary);
        opacity: var(--obc2-color-on-surface-opacity);
      }
    }
n/a
When it is included in the original component, it should be removed from web-jspack/org.openbravo.pos2/src/components/CashManagement/CashManagementPaymentMethodFilter/CashManagementPaymentMethodFilter.scss
No tags attached.
png Screenshot from 2023-05-03 15-38-39.png (7,704) 2023-05-03 15:39
https://issues.openbravo.com/file_download.php?file_id=18480&type=bug
png
Issue History
2023-05-03 15:39migueldejuanaNew Issue
2023-05-03 15:39migueldejuanaAssigned To => Triage Platform Base
2023-05-03 15:39migueldejuanaFile Added: Screenshot from 2023-05-03 15-38-39.png
2023-05-03 15:39migueldejuanaTriggers an Emergency Pack => No
2024-03-11 14:15Daria_ShNote Added: 0161961
2024-03-11 14:15Daria_ShStatusnew => closed
2024-03-11 14:15Daria_ShResolutionopen => fixed

Notes
(0161961)
Daria_Sh   
2024-03-11 14:15   
The issue is no longer valid due to improvements made in this functionality