Browse Source

Merge pull request #417 from Illyism/master

allow grouped buttons in actions
pull/420/head
Jack Lukic 10 years ago
parent
commit
13b501d021
1 changed files with 4 additions and 2 deletions
  1. 6
      src/elements/input.less

6
src/elements/input.less

@ -286,14 +286,16 @@
border-bottom-right-radius: 0px !important;
border-right: none;
}
.ui.action.input > .button {
.ui.action.input > .button,
.ui.action.input > .buttons, {
display: table-cell;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
white-space: nowrap;
}
.ui.action.input > .button > .icon {
.ui.action.input > .button > .icon,
.ui.action.input > .buttons > .button > .icon {
display: inline;
vertical-align: top;
}

Loading…
Cancel
Save