app/assets/stylesheets/semantic-ui/modules/_checkbox.scss in semantic-ui-sass-2.2.1.1 vs app/assets/stylesheets/semantic-ui/modules/_checkbox.scss in semantic-ui-sass-2.2.2.0

- old
+ new

@@ -1,7 +1,7 @@ /*! - * # Semantic UI 2.2.1 - Checkbox + * # Semantic UI 2.2.2 - Checkbox * http://github.com/semantic-org/semantic-ui/ * * * Released under the MIT license * http://opensource.org/licenses/MIT @@ -280,10 +280,11 @@ /* Box */ .ui.radio.checkbox .box:before, .ui.radio.checkbox label:before { content: ''; -webkit-transform: none; + -ms-transform: none; transform: none; width: 15px; height: 15px; border-radius: 500rem; top: 1px; @@ -307,10 +308,11 @@ left: 0px; width: 15px; height: 15px; border-radius: 500rem; -webkit-transform: scale(0.46666667); + -ms-transform: scale(0.46666667); transform: scale(0.46666667); background-color: rgba(0, 0, 0, 0.87); } /* Focus */ @@ -383,10 +385,11 @@ top: 0.4rem; background-color: rgba(0, 0, 0, 0.05); width: 3.5rem; height: 0.21428571rem; -webkit-transform: none; + -ms-transform: none; transform: none; border-radius: 500rem; -webkit-transition: background 0.3s ease; transition: background 0.3s ease; } @@ -405,10 +408,11 @@ width: 1.5rem; height: 1.5rem; top: -0.25rem; left: 0em; -webkit-transform: none; + -ms-transform: none; transform: none; border-radius: 500rem; -webkit-transition: left 0.3s ease; transition: left 0.3s ease; } @@ -485,9 +489,10 @@ display: block; position: absolute; content: ''; z-index: 1; -webkit-transform: none; + -ms-transform: none; transform: none; border: none; top: 0rem; background: rgba(0, 0, 0, 0.05); width: 3.5rem;