Skip to content
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

Open
wants to merge 2 commits into
base: 4.6
Choose a base branch
from

Conversation

GrabowskiM
Copy link
Contributor

🎫 Issue IBX-9298

Description:

For QA:

Documentation:

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
10.6% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

border: calculateRem(1px) solid $ibexa-color-light-300;
border-radius: $ibexa-border-radius;
margin-right: calculateRem(4px);
font-size: calculateRem(12px);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
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);
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants