You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
introduced an override of the Bootstrap styles for .card-deck, .card, etc. through shortcodes/cards-pane.scss. This style overrides is an undesirable breaking change.
My guess is that this problem was introduced way back via:
chalin
changed the title
Recent change to tabbed-panes affects Bootstrap card styles
cards-pane style import leaks over into Bootstrap card styles
Aug 12, 2022
chalin
changed the title
cards-pane style import leaks over into Bootstrap card styles
cards-pane and tabbed-panes style import causes style overrides of Bootstrap card and Docsy highlight styles
Aug 12, 2022
The following PR
introduced an override of the Bootstrap styles for
.card-deck
,.card
, etc. throughshortcodes/cards-pane.scss
. This style overrides is an undesirable breaking change.My guess is that this problem was introduced way back via:
but that it wasn't as obviously manifested until
cards-pane.scss
got processed along with all other Bootstrap styles (as is done in #1009).The card-related style changes should only be applied in the context of Docsy cards and card-decks.
@deining - do you agree?
Edit: this also happens for the
.td-content .highlight
Docsy style.highlight
- Avoid tabbed-pane.scss style leakage #1163The text was updated successfully, but these errors were encountered: