Commit 5178485e authored by Florent Torregrosa's avatar Florent Torregrosa Committed by Florent Torregrosa
Browse files

Issue #3314419 by Grimreaper: Prevent placeholder class to affect em

parent 69d7438f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
/* Prevents side effect of "placeholder" class in FormattableMarkup. */
em.placeholder {
  all: revert;
}
+1 −0
Original line number Diff line number Diff line
@@ -25,3 +25,4 @@ regions:

libraries:
  - ui_suite_bootstrap/bootstrap
  - ui_suite_bootstrap/component_placeholder
+7 −2
Original line number Diff line number Diff line
@@ -11,7 +11,12 @@ bootstrap:
  dependencies:
    - core/popperjs

carousel_example:
example_carousel:
  css:
    theme:
      assets/css/carousel_example.css: {}
      assets/css/example/carousel.css: {}

component_placeholder:
  css:
    theme:
      assets/css/component/placeholder.css: {}
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ carousel:
  render:
    "#attached":
      "library":
        - ui_suite_bootstrap/carousel_example
        - ui_suite_bootstrap/example_carousel
    "1":
      "#type": "pattern"
      "#id": "carousel"