Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0052335
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[POS2] Coretrivialalways2023-05-03 15:392024-03-11 14:15
ReportermigueldejuanaView Statuspublic 
Assigned ToTriage Platform Base 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0052335: BaseButtonGroup miss some css details

DescriptionBaseButtonGroup 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);
      }
    }
Steps To Reproducen/a
Proposed SolutionWhen it is included in the original component, it should be removed from web-jspack/org.openbravo.pos2/src/components/CashManagement/CashManagementPaymentMethodFilter/CashManagementPaymentMethodFilter.scss
TagsNo tags attached.
Attached Filespng file icon Screenshot from 2023-05-03 15-38-39.png [^] (7,704 bytes) 2023-05-03 15:39

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0161961)
Daria_Sh (developer)
2024-03-11 14:15

The issue is no longer valid due to improvements made in this functionality

- Issue History
Date Modified Username Field Change
2023-05-03 15:39 migueldejuana New Issue
2023-05-03 15:39 migueldejuana Assigned To => Triage Platform Base
2023-05-03 15:39 migueldejuana File Added: Screenshot from 2023-05-03 15-38-39.png
2023-05-03 15:39 migueldejuana Triggers an Emergency Pack => No
2024-03-11 14:15 Daria_Sh Note Added: 0161961
2024-03-11 14:15 Daria_Sh Status new => closed
2024-03-11 14:15 Daria_Sh Resolution open => fixed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker