-
Notifications
You must be signed in to change notification settings - Fork 6
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-9298: multiple Custom CSS - no visual indication of selected items #200
base: 4.6
Are you sure you want to change the base?
Conversation
Quality Gate failedFailed conditions |
border: calculateRem(1px) solid $ibexa-color-light-300; | ||
border-radius: $ibexa-border-radius; | ||
margin-right: calculateRem(4px); | ||
font-size: calculateRem(12px); |
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.
font-size: calculateRem(12px); | |
font-size: $ibexa-text-font-size-small; |
|
||
&:focus { | ||
border-color: $ibexa-color-primary; | ||
box-shadow: 0 0 0 calculateRem(4px) rgba($ibexa-color-primary, 0.25); |
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.
this will be the third use of such box-shadow i the project. What do you think about creating new shadow variable?
Description:
For QA:
Documentation: