Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Remove unused code #484

Open
christiemolloy opened this issue May 10, 2021 · 0 comments
Open

Remove unused code #484

christiemolloy opened this issue May 10, 2021 · 0 comments

Comments

@christiemolloy
Copy link
Contributor

christiemolloy commented May 10, 2021

Need to check this in qaprod / application services ui running all modules

Right before summit there was a bug in PatternFly that was causing the select toggle border to disappear. This CSS was added as a temporary fix but I don't believe its needed anymore. Please double check

OpenshiftStreams.css

.pf-c-select__toggle:before {
  border-top: 1px solid var(--pf-c-select__toggle--before--BorderTopColor);
  border-right: 1px solid var(--pf-c-select__toggle--before--BorderRightColor);
  border-bottom: 1px solid var(--pf-c-select__toggle--before--BorderBottomColor);
  border-left: 1px solid var(--pf-c-select__toggle--before--BorderLeftColor);
}

StreamsToolbar.css file

.pf-c-select__toggle:before {
  border-top: 1px solid var(--pf-c-select__toggle--before--BorderTopColor);
  border-right: 1px solid var(--pf-c-select__toggle--before--BorderRightColor);
  border-bottom: 1px solid var(--pf-c-select__toggle--before--BorderBottomColor);
  border-left: 1px solid var(--pf-c-select__toggle--before--BorderLeftColor);
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant