-
Notifications
You must be signed in to change notification settings - Fork 16
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
IBX-4213: Missing hovers on icons #639
Conversation
@@ -10,15 +10,31 @@ | |||
border-bottom: calculateRem(1px) solid transparent; | |||
transition: all $ibexa-admin-transition-duration $ibexa-admin-transition; | |||
|
|||
.ibexa-icon--toggle { | |||
position: absolute; |
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 this to have position absolute?
@@ -30,7 +30,7 @@ | |||
{% if is_password_input %} | |||
<button | |||
type="button" | |||
class="btn ibexa-input-text-wrapper__action-btn ibexa-input-text-wrapper__action-btn--password-toggler" | |||
class="btn ibexa-btn ibexa-btn--no-text ibexa-input-text-wrapper__action-btn ibexa-input-text-wrapper__action-btn--password-toggler" |
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.
Personally, I don't think this should be ibexa-btn
.
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.
Discussed in private, Gosia also confirmed, that this button should behave as ghost (and have same changes as ghost, if such occured in future)
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Checklist:
$ composer fix-cs
)