app/assets/stylesheets/semantic-ui/elements/_input.scss in semantic-ui-sass-2.2.6.0 vs app/assets/stylesheets/semantic-ui/elements/_input.scss in semantic-ui-sass-2.2.7.0

- old
+ new

@@ -1,7 +1,7 @@ /*! - * # Semantic UI 2.2.6 - Input + * # Semantic UI 2.2.7 - Input * http://github.com/semantic-org/semantic-ui/ * * * Released under the MIT license * http://opensource.org/licenses/MIT @@ -21,20 +21,18 @@ .ui.input { position: relative; font-weight: normal; font-style: normal; display: -webkit-inline-box; - display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; color: rgba(0, 0, 0, 0.87); } .ui.input input { margin: 0em; max-width: 100%; -webkit-box-flex: 1; - -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; outline: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); text-align: left; @@ -303,11 +301,10 @@ /* Adjacent Label */ .ui.labeled.input > .label { -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 0; font-size: 1em; } @@ -389,19 +386,16 @@ ---------------------*/ .ui.action.input > .button, .ui.action.input > .buttons { display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; - -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; } .ui.action.input > .button, .ui.action.input > .buttons > .button { @@ -468,10 +462,9 @@ Fluid ---------------------*/ .ui.fluid.input { display: -webkit-box; - display: -webkit-flex; display: -ms-flexbox; display: flex; } .ui.fluid.input > input { width: 0px !important;