Browse Source

Removes opacity tween from action input to make colors match

pull/2229/head
jlukic 11 years ago
parent
commit
6bf33d27a4
1 changed files with 0 additions and 2 deletions
  1. 2
      src/elements/input.less

2
src/elements/input.less

@ -284,7 +284,6 @@
} }
.ui.action.input > .button { .ui.action.input > .button {
display: table-cell; display: table-cell;
opacity: 0.9;
border-top-left-radius: 0px; border-top-left-radius: 0px;
border-bottom-left-radius: 0px; border-bottom-left-radius: 0px;
@ -299,7 +298,6 @@
} }
.ui.action.input > input:focus ~ .button { .ui.action.input > input:focus ~ .button {
opacity: 1;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;

Loading…
Cancel
Save