Skip to content

Commit

Permalink
#1483, Fix bug with webkit button rollovers. Remove stale code of unk…
Browse files Browse the repository at this point in the history
…nown origin related to position:relative on hover
  • Loading branch information
jlukic committed Jun 23, 2015
1 parent e86f40e commit adfd541
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/definitions/elements/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,6 @@
.ui.inverted.vertical.buttons .button:first-child {
margin-top: 0em;
}
.ui.inverted.buttons .button:hover {
position: relative;
}

/* States */
.ui.inverted.button:hover {
Expand Down Expand Up @@ -3141,10 +3138,6 @@
vertical-align: baseline;
margin: @verticalMargin @horizontalMargin 0em 0em;
}
.ui.buttons > .button:hover,
.ui.buttons > .active.button {
position: relative;
}
.ui.buttons:not(.basic):not(.inverted) {
box-shadow: @groupBoxShadow;
}
Expand Down

0 comments on commit adfd541

Please sign in to comment.