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-7163: Remove Bootstrap classes, change trigger for bootstrap btns to hover #1009

Merged
merged 4 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% set parameters = parameters|default({})|merge({ hide_toggler: true }) %}

<div class="card border-light ibexa-card ibexa-card--no-padding mb-4">
<div class="card border-light ibexa-card ibexa-card--no-padding">
<div class="ibexa-card__title">{{ 'everyone'|trans|desc('Common content') }}</div>
<div class="ibexa-card__body">
{{ ibexa_render_component_group('dashboard-all-tab-groups', parameters) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% set parameters = parameters|default({})|merge({ hide_toggler: true }) %}

<div class="card border-light ibexa-card ibexa-card--no-padding my-4">
<div class="card border-light ibexa-card ibexa-card--no-padding">
<div class="ibexa-card__title">{{ 'me'|trans|desc('My content') }}</div>
<div class="ibexa-card__body">
{{ ibexa_render_component_group('dashboard-my-tab-groups', parameters) }}
Expand Down