Skip to content

Make action menu styling apply to the QuickSettings button#73

Merged
david-poindexter merged 1 commit into
nvisionative:masterfrom
OllyHodgson:master
Oct 31, 2018
Merged

Make action menu styling apply to the QuickSettings button#73
david-poindexter merged 1 commit into
nvisionative:masterfrom
OllyHodgson:master

Conversation

@OllyHodgson

Copy link
Copy Markdown
Contributor

Related to Issue

Fixes #72

Description

On an SPA module, the quicksettings button class="actionQuickSettings" so the li[class*="actionMenu"] selector doesn't pick it up. Changing to li[class*="action"] does the trick.

How Has This Been Tested?

Changed selector. Tested in IE11, Firefox, Chrome.

Screenshots (if appropriate):

image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

On an SPA module, the quicksettings button `class="actionQuickSettings"` so the `li[class*="actionMenu"]` selector doesn't pick it up. Changing to `li[class*="action"]` does the trick.
@david-poindexter
david-poindexter self-requested a review October 31, 2018 21:56

@david-poindexter david-poindexter left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good!

@david-poindexter david-poindexter added bug Something isn't working enhancement New feature or request labels Oct 31, 2018
@david-poindexter
david-poindexter merged commit b16688a into nvisionative:master Oct 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Action menu button styling isn't quite right for SPA modules with QuickSettings

2 participants