-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
IBX-7050: Frontend: top bar and change site switcher #1049
Conversation
2d960f6
to
912071a
Compare
<div class="ibexa-user-mode-badge"> | ||
{{ 'user_mode_badge.focus'|trans|desc('Focus mode') }} | ||
</div> | ||
{% endif %} |
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.
newline
@@ -0,0 +1,7 @@ | |||
{% trans_default_domain 'ibexa_user_mode_badge' %} | |||
|
|||
{% if ibexa_is_focus_mode_on() == true %} |
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 should also work?
{% if ibexa_is_focus_mode_on() == true %} | |
{% if ibexa_is_focus_mode_on() %} |
|
||
&:focus { | ||
border-color: $ibexa-color-white; | ||
box-shadow: 0px 0px 0px calculateRem(4px) rgba($ibexa-color-white, 0.2); |
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.
nitpick
box-shadow: 0px 0px 0px calculateRem(4px) rgba($ibexa-color-white, 0.2); | |
box-shadow: 0 0 0 calculateRem(4px) rgba($ibexa-color-white, 0.2); |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
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.
QA approved on IbexaDXP 4.6 commerce.
Missing content tree part, as there's totally different problem with content tree...
with https://github.com/ibexa/site-context/pull/20
Checklist:
$ composer fix-cs
)