Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Oct 19, 2022
2 parents 7ace100 + 79a5593 commit 3012b16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_card.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ibexa-card {
border: none;
background-color: $ibexa-color-white;
background-color: transparent;

.form-group {
width: 70%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@

{{ menu_items }}

<li class="ibexa-context-menu__item ibexa-context-menu__item--more ibexa-adaptive-items__item ibexa-adaptive-items__item--selector">
<li class="
ibexa-context-menu__item
ibexa-context-menu__item--more
ibexa-context-menu__item--hidden
ibexa-adaptive-items__item
ibexa-adaptive-items__item--selector
">
<button class="{{ selector_btn_classes ~ ' ibexa-btn--more' }}">
<svg class="ibexa-icon ibexa-icon--small">
<use xlink:href="{{ ibexa_icon_path('options') }}"></use>
Expand Down

0 comments on commit 3012b16

Please sign in to comment.