Parcourir la source

Merge pull request #8022 from weseek/support/128306-129284-tooltips

support: Bootstrap v5 breaking changes Popover
Ryoji Shimizu il y a 2 ans
Parent
commit
3db722d37f
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      apps/app/src/styles/theme/_apply-colors-dark.scss

+ 3 - 0
apps/app/src/styles/theme/_apply-colors-dark.scss

@@ -467,6 +467,9 @@
   //       color: inherit;
   //     }
 
+  // TODO: Check renamed .arrow to .popover-arrow
+  // see: https://getbootstrap.com/docs/5.2/migration/#popovers
+
   //     &.bs-popover-top .arrow {
   //       &::before {
   //         border-top-color: var(--secondary);