From 9d129a43d6c24d9e60cc8fc7cfbddaaa4c586fdf Mon Sep 17 00:00:00 2001 From: Johann-S Date: Mon, 24 Oct 2016 10:57:32 +0200 Subject: Use a single class name for opened/expanded/shown state of widgets --- scss/_dropdown.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/_dropdown.scss') diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 47702e795..30d4a1be2 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -111,7 +111,7 @@ } // Open state for the dropdown -.open { +.active { // Show the menu > .dropdown-menu { display: block; -- cgit v1.2.3