Browse Source

Dropdown: Better coupling button/label

pull/1906/merge
jlukic 9 years ago
parent
commit
83c9e79a4c
1 changed files with 16 additions and 8 deletions
  1. 24
      src/definitions/modules/dropdown.less

24
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%;
}

Loading…
Cancel
Save