-
Notifications
You must be signed in to change notification settings - Fork 57
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
EZP-29650: Fix Selection field (Content Type fields) arrow color #664
EZP-29650: Fix Selection field (Content Type fields) arrow color #664
Conversation
@@ -3,7 +3,7 @@ | |||
position: relative; | |||
color: $ez-color-base-dark; | |||
font-weight: 700; | |||
cursor: pointer; | |||
cursor: initial; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need initial
? Cannot we just remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you don't need it, then remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It overrides: .ez-field-edit--ezselection .ez-data-source
which has cursor: pointer;
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, maybe you should fix it there, hm?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't want to break something.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ez-custom-dropdown
comes from ezselection
fieldtype. You can remove it safely.
@@ -3,7 +3,7 @@ | |||
position: relative; | |||
color: $ez-color-base-dark; | |||
font-weight: 700; | |||
cursor: pointer; | |||
cursor: initial; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you don't need it, then remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine now :)
e260774
to
b02fa7c
Compare
ping @sunpietro |
* Added getElement method * Added getCell method Co-authored-by: katarzynazawada <>
Fixes 1. problem - pointer cursor.
2. problem was fixed in: #648 by the by of other task.
Previous PR to this task was closed: #644.
More info in JIRA.
Checklist:
$ composer fix-cs
)