summaryrefslogtreecommitdiffstats
path: root/app/common/styles/directives/dropdown.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/common/styles/directives/dropdown.scss')
-rw-r--r--app/common/styles/directives/dropdown.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/common/styles/directives/dropdown.scss b/app/common/styles/directives/dropdown.scss
new file mode 100644
index 0000000..0c0add0
--- /dev/null
+++ b/app/common/styles/directives/dropdown.scss
@@ -0,0 +1,5 @@
+.dropdown.open {
+ .dropdown-menu {
+ display: block;
+ }
+} \ No newline at end of file
OpenPOWER on IntegriCloud