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
af78de3c
Commit
af78de3c
authored
5 years ago
by
jorimvanhove
Committed by
Martijn Cuppens
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Navbar link color contrast (#30034)
parent
dfc11495
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_variables.scss
+2
-2
scss/_variables.scss
with
2 additions
and
2 deletions
+2
-2
scss/_variables.scss
+
2
-
2
View file @
af78de3c
...
@@ -852,14 +852,14 @@ $navbar-toggler-padding-x: .75rem !default;
...
@@ -852,14 +852,14 @@ $navbar-toggler-padding-x: .75rem !default;
$navbar-toggler-font-size
:
$font-size-lg
!
default
;
$navbar-toggler-font-size
:
$font-size-lg
!
default
;
$navbar-toggler-border-radius
:
$btn-border-radius
!
default
;
$navbar-toggler-border-radius
:
$btn-border-radius
!
default
;
$navbar-dark-color
:
rgba
(
$white
,
.5
)
!
default
;
$navbar-dark-color
:
rgba
(
$white
,
.5
5
)
!
default
;
$navbar-dark-hover-color
:
rgba
(
$white
,
.75
)
!
default
;
$navbar-dark-hover-color
:
rgba
(
$white
,
.75
)
!
default
;
$navbar-dark-active-color
:
$white
!
default
;
$navbar-dark-active-color
:
$white
!
default
;
$navbar-dark-disabled-color
:
rgba
(
$white
,
.25
)
!
default
;
$navbar-dark-disabled-color
:
rgba
(
$white
,
.25
)
!
default
;
$navbar-dark-toggler-icon-bg
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='
#{
$navbar-dark-color
}
' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>")
!
default
;
$navbar-dark-toggler-icon-bg
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='
#{
$navbar-dark-color
}
' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>")
!
default
;
$navbar-dark-toggler-border-color
:
rgba
(
$white
,
.1
)
!
default
;
$navbar-dark-toggler-border-color
:
rgba
(
$white
,
.1
)
!
default
;
$navbar-light-color
:
rgba
(
$black
,
.5
)
!
default
;
$navbar-light-color
:
rgba
(
$black
,
.5
5
)
!
default
;
$navbar-light-hover-color
:
rgba
(
$black
,
.7
)
!
default
;
$navbar-light-hover-color
:
rgba
(
$black
,
.7
)
!
default
;
$navbar-light-active-color
:
rgba
(
$black
,
.9
)
!
default
;
$navbar-light-active-color
:
rgba
(
$black
,
.9
)
!
default
;
$navbar-light-disabled-color
:
rgba
(
$black
,
.3
)
!
default
;
$navbar-light-disabled-color
:
rgba
(
$black
,
.3
)
!
default
;
...
...
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