diff options
author | Christopher Speller <crspeller@gmail.com> | 2015-11-19 08:08:28 -0500 |
---|---|---|
committer | Christopher Speller <crspeller@gmail.com> | 2015-11-19 08:08:28 -0500 |
commit | 5f848b74793f679772473a3b5b2ab247bcc927a9 (patch) | |
tree | 1d53e4c9dd6351e7a56c0f67dcf3bac4c38a8369 /web/sass-files/sass/partials/_navbar.scss | |
parent | 0dbbdaa45e639d508a4e75933a42ac4c313202d2 (diff) | |
parent | 70c957d4546016ff2d981d4e1704699b008d1ca5 (diff) | |
download | chat-5f848b74793f679772473a3b5b2ab247bcc927a9.tar.gz chat-5f848b74793f679772473a3b5b2ab247bcc927a9.tar.bz2 chat-5f848b74793f679772473a3b5b2ab247bcc927a9.zip |
Merge pull request #1457 from hmhealey/plt729
PLT-729 Added search button to mobile header
Diffstat (limited to 'web/sass-files/sass/partials/_navbar.scss')
-rw-r--r-- | web/sass-files/sass/partials/_navbar.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_navbar.scss b/web/sass-files/sass/partials/_navbar.scss index c06feffcf..c570c4663 100644 --- a/web/sass-files/sass/partials/_navbar.scss +++ b/web/sass-files/sass/partials/_navbar.scss @@ -33,6 +33,9 @@ background: #fff; width: 21px; } + .icon--white { + color: #fff; + } &:hover, &:active, &:focus { background: inherit; } |