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

Use pointer cursor for OcSelect actions #1604

Merged
merged 1 commit into from
Aug 23, 2021

Conversation

dschmidt
Copy link
Member

@dschmidt dschmidt commented Aug 22, 2021

Description

I changed the cursor for the actions (usually the down/up arrows) on OcSelect to default.

Related Issue

Motivation and Context

Currently a text cursor is shown for the down/up arrows in OcSelect which is confusing because clicking it does not trigger a text edit but expands/collapses the drop down menu.
Alternatively a pointer cursor (like for the "clear-X") could be used. My chromium on Linux uses default for regular <select> tags fwiw.

I can add a changelog entry if you otherwise approve this PR.

How Has This Been Tested?

  • checked in generated documentation :)

Screenshots (if appropriate):

before:
Screenshot_20210822_211720
after:
Screenshot_20210822_211604

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 change)
  • Technical debt
  • Tests

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation added/updated

Open tasks:

  • ...

@update-docs
Copy link

update-docs bot commented Aug 22, 2021

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

Copy link
Contributor

@kulmann kulmann left a comment

Choose a reason for hiding this comment

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

Reasons for or against cursor: pointer? 🤔

@dschmidt
Copy link
Member Author

dschmidt commented Aug 23, 2021

Edited a few minutes ago and added this sentence:
"My chromium on Linux uses default for regular tags fwiw." the x when clearable=true uses pointer. I don't care too much, just text seems wrong

@kulmann
Copy link
Contributor

kulmann commented Aug 23, 2021

Edited a few minutes ago and added this sentence:
"My chromium on Linux uses default for regular tags fwiw." the x when clearable=true uses pointer. I don't care too much, just text seems wrong

Voting for pointer then 😁

@dschmidt dschmidt force-pushed the default_cursor_on_oc_select_actions branch from dbe6594 to cb5b321 Compare August 23, 2021 12:49
@dschmidt dschmidt changed the title Use default cursor for OcSelect actions Use pointer cursor for OcSelect actions Aug 23, 2021
@dschmidt
Copy link
Member Author

Switched to pointer.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@kulmann kulmann left a comment

Choose a reason for hiding this comment

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

Thanks for taking care! 🚀

@kulmann kulmann merged commit b8ed467 into master Aug 23, 2021
@delete-merged-branch delete-merged-branch bot deleted the default_cursor_on_oc_select_actions branch August 23, 2021 13:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants