Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix getting listbox theme #1156

Merged
merged 8 commits into from Mar 17, 2023
Merged

fix: fix getting listbox theme #1156

merged 8 commits into from Mar 17, 2023

Conversation

quanho
Copy link
Collaborator

@quanho quanho commented Mar 16, 2023

Motivation

Fix getting theme for listbox.

This is to fix qlik-oss/sn-list-objects#78.

There is still another problem of theme inheriting in nebula.js. E.g. Breeze theme has no font-family defined for listbox so it should inherit from Sense classic theme. This will be fixed in another PR.

Requirements checklist

  • Api specification
    • Ran yarn spec
      • No changes OR API changes has been formally approved
  • Unit/Component test coverage
  • Correct PR title for the changes (fix, chore, feat)

When build and tests have passed:

  • Add code reviewers, for example @qlik-oss/nebula-core

@T-Wizard
Copy link
Collaborator

It broke a lot of rendering test
Maybe need some more thought on how it should work outside sense with only nebula.js default theme.

@@ -144,6 +144,7 @@ export default function ListBoxSearch({
sx={[
{
border: 'none',
fontSize: 14,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this as well to the search field isn't huge compared to the rest

@Caele Caele merged commit ef75133 into master Mar 17, 2023
@Caele Caele deleted the hva/sn-filter-pane-78 branch March 17, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Theme: Using Sense classic makes the titles bold and large
4 participants