Skip to content
GitLab
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
5cda50e5
Unverified
Commit
5cda50e5
authored
4 years ago
by
Christian Oliff
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix the marker SVG color to match the button (#32174)
parent
9f211231
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/content/docs/5.0/utilities/position.md
+1
-1
site/content/docs/5.0/utilities/position.md
with
1 addition
and
1 deletion
+1
-1
site/content/docs/5.0/utilities/position.md
+
1
-
1
View file @
5cda50e5
...
...
@@ -78,7 +78,7 @@ Here are some real life examples of these classes:
</button>
<button
type=
"button"
class=
"btn btn-dark position-relative"
>
Marker
<svg
width=
"1em"
height=
"1em"
viewBox=
"0 0 16 16"
class=
"position-absolute top-100 left-50 translate-middle mt-1 bi bi-caret-down-fill"
fill=
"#
343a40
"
xmlns=
"http://www.w3.org/2000/svg"
><path
d=
"M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"
/></svg>
Marker
<svg
width=
"1em"
height=
"1em"
viewBox=
"0 0 16 16"
class=
"position-absolute top-100 left-50 translate-middle mt-1 bi bi-caret-down-fill"
fill=
"#
212529
"
xmlns=
"http://www.w3.org/2000/svg"
><path
d=
"M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"
/></svg>
</button>
<button
type=
"button"
class=
"btn btn-primary position-relative"
>
...
...
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