diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-04 12:20:20 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-03-04 12:20:20 +0000 |
commit | 8c0f551f493eb0b5e6b3524bed412c6d75cf31cf (patch) | |
tree | 4072d621a6a8a9adde422a93ff5aacc82c4816a9 /app/assets/stylesheets/framework.scss | |
parent | f8c4dc97230c520df077c1274fd8d88680da5242 (diff) | |
download | gitlab-ce-8c0f551f493eb0b5e6b3524bed412c6d75cf31cf.tar.gz |
Updated dropdown CSS
This is a start on #3279 by updating the CSS for the dropdown menu. This doesnt include any CSS for the title bar or filter field
Diffstat (limited to 'app/assets/stylesheets/framework.scss')
-rw-r--r-- | app/assets/stylesheets/framework.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework.scss b/app/assets/stylesheets/framework.scss index e2a30f5ed34..c85ab9148d0 100644 --- a/app/assets/stylesheets/framework.scss +++ b/app/assets/stylesheets/framework.scss @@ -11,6 +11,7 @@ @import "framework/calendar.scss"; @import "framework/callout.scss"; @import "framework/common.scss"; +@import "framework/dropdowns.scss"; @import "framework/files.scss"; @import "framework/filters.scss"; @import "framework/flash.scss"; |