diff options
| author | Mark Otto <[email protected]> | 2017-05-30 13:59:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-30 13:59:42 -0700 |
| commit | 67b83aa5358e711eb6aeef9571062b4ba4bac258 (patch) | |
| tree | 00a3f6e0a8eb3d7d32c9f3700ac6d2c774518c87 | |
| parent | ae0f94d4695ceaa5e821637b554519dae95d6d52 (diff) | |
| download | bootstrap-67b83aa5358e711eb6aeef9571062b4ba4bac258.tar.xz bootstrap-67b83aa5358e711eb6aeef9571062b4ba4bac258.zip | |
style our dropdown a bit
| -rw-r--r-- | assets/scss/_nav.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/scss/_nav.scss b/assets/scss/_nav.scss index 0a5f94e05..f7e74fc36 100644 --- a/assets/scss/_nav.scss +++ b/assets/scss/_nav.scss @@ -61,4 +61,14 @@ .dropdown-menu { font-size: .875rem; } + + .dropdown-item.active { + font-weight: 500; + color: $gray-dark; + 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; + background-position: .4rem .6rem; + background-size: .75rem .75rem; + } } |
