Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
fdfe1679
Commit
fdfe1679
authored
6 years ago
by
Laussel Loïc
Committed by
XhmikosR
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
add an explicit aria-label on link with svg on sample pages (#28360)
parent
9cbd041f
5 merge requests
!31948
Examples/Floating-labels: fix bad behavior with autofill
,
!30064
test
,
!29779
Responsive sizing
,
!28882
fix custom-select-indicator in IE10
,
!28721
Hot test
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
site/docs/4.3/examples/blog/index.html
+1
-1
site/docs/4.3/examples/blog/index.html
site/docs/4.3/examples/dashboard/index.html
+1
-1
site/docs/4.3/examples/dashboard/index.html
site/docs/4.3/examples/product/index.html
+1
-1
site/docs/4.3/examples/product/index.html
with
3 additions
and
3 deletions
+3
-3
site/docs/4.3/examples/blog/index.html
+
1
-
1
View file @
fdfe1679
...
...
@@ -17,7 +17,7 @@ include_js: false
<a
class=
"blog-header-logo text-dark"
href=
"#"
>
Large
</a>
</div>
<div
class=
"col-4 d-flex justify-content-end align-items-center"
>
<a
class=
"text-muted"
href=
"#"
>
<a
class=
"text-muted"
href=
"#"
aria-label=
"Search"
>
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"20"
height=
"20"
fill=
"none"
stroke=
"currentColor"
stroke-linecap=
"round"
stroke-linejoin=
"round"
stroke-width=
"2"
class=
"mx-3"
role=
"img"
viewBox=
"0 0 24 24"
><title>
Search
</title><circle
cx=
"10.5"
cy=
"10.5"
r=
"7.5"
/><path
d=
"M21 21l-5.2-5.2"
/></svg>
</a>
<a
class=
"btn btn-sm btn-outline-secondary"
href=
"#"
>
Sign up
</a>
...
...
This diff is collapsed.
Click to expand it.
site/docs/4.3/examples/dashboard/index.html
+
1
-
1
View file @
fdfe1679
...
...
@@ -63,7 +63,7 @@ extra_js:
<h6
class=
"sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted"
>
<span>
Saved reports
</span>
<a
class=
"d-flex align-items-center text-muted"
href=
"#"
>
<a
class=
"d-flex align-items-center text-muted"
href=
"#"
aria-label=
"Add a new report"
>
<span
data-feather=
"plus-circle"
></span>
</a>
</h6>
...
...
This diff is collapsed.
Click to expand it.
site/docs/4.3/examples/product/index.html
+
1
-
1
View file @
fdfe1679
...
...
@@ -6,7 +6,7 @@ extra_css: "product.css"
<nav
class=
"site-header sticky-top py-1"
>
<div
class=
"container d-flex flex-column flex-md-row justify-content-between"
>
<a
class=
"py-2"
href=
"#"
>
<a
class=
"py-2"
href=
"#"
aria-label=
"Product"
>
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"24"
height=
"24"
fill=
"none"
stroke=
"currentColor"
stroke-linecap=
"round"
stroke-linejoin=
"round"
stroke-width=
"2"
class=
"d-block mx-auto"
role=
"img"
viewBox=
"0 0 24 24"
><title>
Product
</title><circle
cx=
"12"
cy=
"12"
r=
"10"
/><path
d=
"M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94"
/></svg>
</a>
<a
class=
"py-2 d-none d-md-inline-block"
href=
"#"
>
Tour
</a>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets