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

Change icons in Boosted-sprite with real Solaris icons #1929

Merged
merged 22 commits into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
33d0ff0
Change icons in Boosted-sprite with real Solaris icons
hannahiss Mar 29, 2023
89978a7
add doc + change the way to color toolip icon (to review again)
hannahiss Mar 31, 2023
ac36e35
add class bd-blue-fg to manager color of asistance icon foreground
hannahiss Apr 3, 2023
c295208
Merge branch 'main' into main-his-solaris-icons-sprite
hannahiss Apr 3, 2023
f06b0e9
enhance doc + cspell correction
hannahiss Apr 4, 2023
6913458
Merge branch 'main' into main-his-solaris-icons-sprite
hannahiss Jun 7, 2023
ead5a12
Merge branch 'main' into main-his-solaris-icons-sprite
hannahiss Jun 8, 2023
5eab921
Change Solaris icons svg in Boosted sprite
hannahiss Jun 8, 2023
8658e03
Merge branch 'main' into main-his-solaris-icons-sprite
hannahiss Jun 30, 2023
ff573b5
revert chang of viewbox for network coverage
hannahiss Jun 30, 2023
0ff2a72
Merge remote-tracking branch 'origin/main-his-solaris-icons-sprite' i…
hannahiss Jun 30, 2023
448a9a3
Merge branch 'main' into main-his-solaris-icons-sprite
hannahiss Jul 3, 2023
acb371b
Merge branch 'main' into main-his-solaris-icons-sprite
hannahiss Jul 5, 2023
6ed94b5
new mobile network coverage from main
hannahiss Jul 5, 2023
90e2431
Merge branch 'main' into main-his-solaris-icons-sprite
julien-deramond Jul 10, 2023
9731cc2
Merge branch 'main' into main-his-solaris-icons-sprite
hannahiss Aug 21, 2023
1f0a3eb
Merge branch 'main' into main-his-solaris-icons-sprite
hannahiss Aug 22, 2023
a3fddb3
Merge branch 'main' into main-his-solaris-icons-sprite
hannahiss Aug 23, 2023
e724358
Merge branch 'main' into main-his-solaris-icons-sprite
julien-deramond Aug 24, 2023
f552e7e
reintroduced settings icon used in documentation (to be tested)
hannahiss Aug 24, 2023
6f1792f
Merge remote-tracking branch 'origin/main-his-solaris-icons-sprite' i…
hannahiss Aug 24, 2023
a0952be
Merge branch 'main' into main-his-solaris-icons-sprite
julien-deramond Aug 24, 2023
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
4 changes: 2 additions & 2 deletions site/content/docs/5.3/components/tooltips.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ With an SVG:

<button type="button" class="btn btn-link p-0 me-3" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Tooltip on top">
<svg xmlns="http://www.w3.org/2000/svg" width="1.25rem" height="1.25rem" focusable="false" aria-hidden="true">
<use xlink:href="/docs/{{< param docs_version >}}/assets/img/boosted-sprite.svg#tooltip"></use>
<use xlink:href="/docs/{{< param docs_version >}}/assets/img/boosted-sprite.svg#assistance"></use>
</svg>
<span class="visually-hidden">Helper</span>
</button>
Expand All @@ -151,7 +151,7 @@ With an SVG:

<button type="button" class="btn btn-link p-0 me-3" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Tooltip on top">
<svg xmlns="http://www.w3.org/2000/svg" width="1.25rem" height="1.25rem" focusable="false" aria-hidden="true">
<use xlink:href="/docs/{{< param docs_version >}}/assets/img/boosted-sprite.svg#tooltip"></use>
<use xlink:href="/docs/{{< param docs_version >}}/assets/img/boosted-sprite.svg#assistance"></use>
</svg>
<span class="visually-hidden">Helper</span>
</button>
Expand Down
8 changes: 4 additions & 4 deletions site/layouts/shortcodes/orange-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ <h3 class="accordion-header footer-heading" id="headingFour{{ $id }}">
{{- if $service }}
<div class="container-xxl footer-service">
<ul class="navbar-nav gap-3 gap-md-4">
<li><a class="nav-link gap-1" href="#"><svg width="1.875rem" height="1.875rem" focusable="false" aria-hidden="true"><use xlink:href="/docs/{{ .Site.Params.docs_version }}/assets/img/boosted-sprite.svg#locate"/></svg><span>Store locator</span></a></li>
<li><a class="nav-link gap-1" href="#"><svg width="1.875rem" height="1.875rem" focusable="false" aria-hidden="true"><use xlink:href="/docs/{{ .Site.Params.docs_version }}/assets/img/boosted-sprite.svg#coverage"/></svg><span>Coverage checker</span></a></li>
<li>{{- if $show_active_link }}<a class="nav-link gap-1 active" href="#" aria-current="page">{{- else }}<a class="nav-link gap-1" href="#">{{- end }}<svg width="1.875rem" height="1.875rem" focusable="false" aria-hidden="true"><use xlink:href="/docs/{{ .Site.Params.docs_version }}/assets/img/boosted-sprite.svg#contact"/></svg><span>Contact us</span></a></li>
<li><a class="nav-link gap-1" href="#"><svg width="1.875rem" height="1.875rem" focusable="false" aria-hidden="true"><use xlink:href="/docs/{{ .Site.Params.docs_version }}/assets/img/boosted-sprite.svg#protection"/></svg><span>Child protection</span></a></li>
<li><a class="nav-link gap-1" href="#"><svg width="1.875rem" height="1.875rem" focusable="false" aria-hidden="true"><use xlink:href="/docs/{{ .Site.Params.docs_version }}/assets/img/boosted-sprite.svg#location-pin-compass"/></svg><span>Store locator</span></a></li>
<li><a class="nav-link gap-1" href="#"><svg width="1.875rem" height="1.875rem" focusable="false" aria-hidden="true"><use xlink:href="/docs/{{ .Site.Params.docs_version }}/assets/img/boosted-sprite.svg#mobile-network-coverage"/></svg><span>Coverage checker</span></a></li>
MewenLeHo marked this conversation as resolved.
Show resolved Hide resolved
MewenLeHo marked this conversation as resolved.
Show resolved Hide resolved
<li>{{- if $show_active_link }}<a class="nav-link gap-1 active" href="#" aria-current="page">{{- else }}<a class="nav-link gap-1" href="#">{{- end }}<svg width="1.875rem" height="1.875rem" focusable="false" aria-hidden="true"><use xlink:href="/docs/{{ .Site.Params.docs_version }}/assets/img/boosted-sprite.svg#live-chat"/></svg><span>Contact us</span></a></li>
<li><a class="nav-link gap-1" href="#"><svg width="1.875rem" height="1.875rem" focusable="false" aria-hidden="true"><use xlink:href="/docs/{{ .Site.Params.docs_version }}/assets/img/boosted-sprite.svg#child-protection"/></svg><span>Child protection</span></a></li>
</ul>
</div>
{{- if $mandatory }}
Expand Down
Loading