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
2f549ecd
Commit
2f549ecd
authored
5 years ago
by
Martijn Cuppens
Committed by
XhmikosR
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Typo fix (#29382)
parent
713dd824
2 merge requests
!31948
Examples/Floating-labels: fix bad behavior with autofill
,
!30064
test
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
site/static/docs/4.3/assets/scss/_sidebar.scss
+1
-1
site/static/docs/4.3/assets/scss/_sidebar.scss
site/static/docs/4.3/assets/scss/_variables.scss
+1
-1
site/static/docs/4.3/assets/scss/_variables.scss
with
2 additions
and
2 deletions
+2
-2
site/static/docs/4.3/assets/scss/_sidebar.scss
+
1
-
1
View file @
2f549ecd
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
display
:
inline-block
;
display
:
inline-block
;
margin-right
:
.25rem
;
margin-right
:
.25rem
;
line-height
:
0
;
// Align in the middle
line-height
:
0
;
// Align in the middle
content
:
escape-svg
(
$sidebar-colapse-icon
);
content
:
escape-svg
(
$sidebar-col
l
apse-icon
);
}
}
&
.active
{
&
.active
{
...
...
This diff is collapsed.
Click to expand it.
site/static/docs/4.3/assets/scss/_variables.scss
+
1
-
1
View file @
2f549ecd
...
@@ -10,7 +10,7 @@ $bd-info: #5bc0de;
...
@@ -10,7 +10,7 @@ $bd-info: #5bc0de;
$bd-warning
:
#f0ad4e
;
$bd-warning
:
#f0ad4e
;
$bd-danger
:
#d9534f
;
$bd-danger
:
#d9534f
;
$dropdown-active-icon
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='#292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>")
;
$dropdown-active-icon
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='#292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>")
;
$sidebar-colapse-icon
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='none' stroke='rgba(0,0,0,.5)
' stroke-linecap='
round
' stroke-linejoin='
round
' stroke-width='
2
' d='
M5
14l6-6-6-6
'/></svg>");
$sidebar-col
l
apse-icon
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='none' stroke='rgba(0,0,0,.5)
' stroke-linecap='
round
' stroke-linejoin='
round
' stroke-width='
2
' d='
M5
14l6-6-6-6
'/></svg>");
// Enable responsive font sizes for font sizes defined in the docs
// Enable responsive font sizes for font sizes defined in the docs
// The weird if test is made as a workaround to prevent a false fusv error.
// The weird if test is made as a workaround to prevent a false fusv error.
...
...
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