aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/_nav.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-29 23:15:16 -0700
committerMark Otto <[email protected]>2017-06-29 23:15:27 -0700
commit964e06800a52a6a267f3f06aaffb3b72390adb3d (patch)
tree81436b6ddc8a6c95582f1480de748abfec8622e1 /assets/scss/_nav.scss
parenta21a9f341b96c7dea3814dbc43690cdf4ead063a (diff)
downloadbootstrap-964e06800a52a6a267f3f06aaffb3b72390adb3d.tar.xz
bootstrap-964e06800a52a6a267f3f06aaffb3b72390adb3d.zip
Drop the old $gray- variables for the new color range
Diffstat (limited to 'assets/scss/_nav.scss')
-rw-r--r--assets/scss/_nav.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/_nav.scss b/assets/scss/_nav.scss
index 2c0c016df..7e831e67a 100644
--- a/assets/scss/_nav.scss
+++ b/assets/scss/_nav.scss
@@ -66,7 +66,7 @@
.dropdown-item.active {
font-weight: 500;
- color: $gray-dark;
+ color: $gray-900;
background-color: transparent;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23292b2c' 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'/%3E%3C/svg%3E");
background-repeat: no-repeat;