Skip to content

Commit 93ee441

Browse files
committed
add changelog
1 parent bfef3bd commit 93ee441

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

vizro-core/changelog.d/20250310_162006_nadija_ratkusic_graca_add_info_icon.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ Uncomment the section that is right (remove the HTML comment wrapper).
1616
- A bullet item for the Removed category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
1717
1818
-->
19-
<!--
2019
### Added
2120

22-
- A bullet item for the Added category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
21+
- Added `Title` model to use within `vm.Dashboard`, enabling support for info icon and tooltip in the dashboard header. ([#1053](https://github.com/mckinsey/vizro/pull/1053))
2322

24-
-->
2523
<!--
2624
### Changed
2725

vizro-core/src/vizro/static/css/bootstrap_overwrites.css

-10
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,6 @@ label[for="theme-selector"] {
106106
margin-bottom: 0;
107107
}
108108

109-
#dashboard-title-markdown h1,
110-
#dashboard-title-markdown h2,
111-
#dashboard-title-markdown h3,
112-
#dashboard-title-markdown h4,
113-
#dashboard-title-markdown h5,
114-
#dashboard-title-markdown h6,
115-
#dashboard-title-markdown p {
116-
color: var(--text-primary-inverted) !important;
117-
}
118-
119109
.tooltip-inner {
120110
max-width: 500px !important;
121111
}

vizro-core/src/vizro/static/css/layout.css

+11
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,14 @@
243243
._dash-loading {
244244
display: none;
245245
}
246+
247+
248+
#dashboard-title-markdown h1,
249+
#dashboard-title-markdown h2,
250+
#dashboard-title-markdown h3,
251+
#dashboard-title-markdown h4,
252+
#dashboard-title-markdown h5,
253+
#dashboard-title-markdown h6,
254+
#dashboard-title-markdown p {
255+
color: var(--text-primary-inverted) !important;
256+
}

0 commit comments

Comments
 (0)