-
Notifications
You must be signed in to change notification settings - Fork 56
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-587: There are some inconsistencies in buttons: ez-btn--primary and ez-btn--base-dark #1785
IBX-587: There are some inconsistencies in buttons: ez-btn--primary and ez-btn--base-dark #1785
Conversation
composer.json
Outdated
@@ -32,13 +32,13 @@ | |||
"symfony/asset": "^5.0", | |||
"symfony/yaml": "^5.0", | |||
"jms/translation-bundle": "^1.5", | |||
"ezsystems/ezplatform-kernel": "^1.3@dev", |
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 think those changes should be excluded from this PR.
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.
Yes, I have excluded them already. Your response was really fast. :)
3f4a2e3
to
c4c3e1c
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
} | ||
|
||
&:focus { | ||
box-shadow: inset 0 0 0 calculateRem(1px) $ibexa-color-base-dark; |
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.
We have to reset it, because Bootstrap has: .btn:focus{ box-shadow: none; }
QA approved. |
You can merge it up now. |
Merged up:
|
@tischsoic is it intented that the greyed out buttons now look like this? This is something I've noticed when looking at the upcoming 3.3.6 and this is the PR that introduced it. |
We need to fix it tomorrow morning. |
Buttons on hover, should get darker, not lighter. Changes affect basically only search page.
Checklist:
$ composer fix-cs
)