From 83c9e79a4c0bfaf35fa72d3aef91180e56c3b8c1 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 4 Jun 2015 14:27:29 -0400 Subject: [PATCH] Dropdown: Better coupling button/label --- src/definitions/modules/dropdown.less | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/src/definitions/modules/dropdown.less b/src/definitions/modules/dropdown.less index 8f28b2ae4..8c27bd2fd 100755 --- a/src/definitions/modules/dropdown.less +++ b/src/definitions/modules/dropdown.less @@ -239,11 +239,6 @@ display: none; } - -/******************************* - Coupling -*******************************/ - /*-------------- Sub Elements ---------------*/ @@ -294,6 +289,11 @@ } +/******************************* + Coupling +*******************************/ + + /*-------------- Menu ---------------*/ @@ -317,6 +317,15 @@ right: 0em; } +/*-------------- + Label +---------------*/ + +/* Dropdown Menu */ +.ui.label.dropdown .menu { + min-width: 100%; +} + /*-------------- Button ---------------*/ @@ -325,9 +334,8 @@ .ui.dropdown.icon.button > .dropdown.icon { margin: 0em; } -.ui.dropdown.button:not(.pointing):not(.floating).active { - border-bottom-left-radius: 0em; - border-bottom-right-radius: 0em; +.ui.button.dropdown .menu { + min-width: 100%; }