app/assets/stylesheets/semantic-ui/modules/_checkbox.scss in semantic-ui-sass-2.1.4.0 vs app/assets/stylesheets/semantic-ui/modules/_checkbox.scss in semantic-ui-sass-2.1.6.0

- old
+ new

@@ -1,7 +1,7 @@ /*! - * # Semantic UI 2.1.4 - Checkbox + * # Semantic UI 2.1.6 - Checkbox * http://github.com/semantic-org/semantic-ui/ * * * Copyright 2015 Contributors * Released under the MIT license @@ -66,15 +66,15 @@ top: 0px; left: 0px; width: 17px; height: 17px; content: ''; - background: #ffffff; + background: #FFFFFF; border-radius: 0.21428571rem; -webkit-transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, box-shadow 0.1s ease; transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease; - border: 1px solid #d4d4d5; + border: 1px solid #D4D4D5; } /*-------------- Checkmark ---------------*/ @@ -122,11 +122,11 @@ Hover ---------------*/ .ui.checkbox .box:hover::before, .ui.checkbox label:hover::before { - background: #ffffff; + background: #FFFFFF; border-color: rgba(34, 36, 38, 0.35); } .ui.checkbox label:hover, .ui.checkbox + label:hover { color: rgba(0, 0, 0, 0.8); @@ -136,11 +136,11 @@ Down ---------------*/ .ui.checkbox .box:active::before, .ui.checkbox label:active::before { - background: #f9fafb; + background: #F9FAFB; border-color: rgba(34, 36, 38, 0.35); } .ui.checkbox .box:active::after, .ui.checkbox label:active::after { color: rgba(0, 0, 0, 0.95); @@ -153,12 +153,12 @@ Focus ---------------*/ .ui.checkbox input:focus ~ .box:before, .ui.checkbox input:focus ~ label:before { - background: #ffffff; - border-color: #96c8da; + background: #FFFFFF; + border-color: #96C8DA; } .ui.checkbox input:focus ~ .box:after, .ui.checkbox input:focus ~ label:after { color: rgba(0, 0, 0, 0.95); } @@ -170,11 +170,11 @@ Active ---------------*/ .ui.checkbox input:checked ~ .box:before, .ui.checkbox input:checked ~ label:before { - background: #ffffff; + background: #FFFFFF; border-color: rgba(34, 36, 38, 0.35); } .ui.checkbox input:checked ~ .box:after, .ui.checkbox input:checked ~ label:after { opacity: 1; @@ -185,11 +185,11 @@ Indeterminate ---------------*/ .ui.checkbox input:indeterminate ~ .box:before, .ui.checkbox input:indeterminate ~ label:before { - background: #ffffff; + background: #FFFFFF; border-color: rgba(34, 36, 38, 0.35); } .ui.checkbox input:indeterminate ~ .box:after, .ui.checkbox input:indeterminate ~ label:after { opacity: 1; @@ -202,12 +202,12 @@ .ui.checkbox input:indeterminate:focus ~ .box:before, .ui.checkbox input:indeterminate:focus ~ label:before, .ui.checkbox input:checked:focus ~ .box:before, .ui.checkbox input:checked:focus ~ label:before { - background: #ffffff; - border-color: #96c8da; + background: #FFFFFF; + border-color: #96C8DA; } .ui.checkbox input:indeterminate:focus ~ .box:after, .ui.checkbox input:indeterminate:focus ~ label:after, .ui.checkbox input:checked:focus ~ .box:after, .ui.checkbox input:checked:focus ~ label:after { @@ -313,11 +313,11 @@ } /* Focus */ .ui.radio.checkbox input:focus ~ .box:before, .ui.radio.checkbox input:focus ~ label:before { - background-color: #ffffff; + background-color: #FFFFFF; } .ui.radio.checkbox input:focus ~ .box:after, .ui.radio.checkbox input:focus ~ label:after { background-color: rgba(0, 0, 0, 0.95); } @@ -329,21 +329,21 @@ } /* Active */ .ui.radio.checkbox input:checked ~ .box:before, .ui.radio.checkbox input:checked ~ label:before { - background-color: #ffffff; + background-color: #FFFFFF; } .ui.radio.checkbox input:checked ~ .box:after, .ui.radio.checkbox input:checked ~ label:after { background-color: rgba(0, 0, 0, 0.95); } /* Active Focus */ .ui.radio.checkbox input:focus:checked ~ .box:before, .ui.radio.checkbox input:focus:checked ~ label:before { - background-color: #ffffff; + background-color: #FFFFFF; } .ui.radio.checkbox input:focus:checked ~ .box:after, .ui.radio.checkbox input:focus:checked ~ label:after { background-color: rgba(0, 0, 0, 0.95); } @@ -392,12 +392,12 @@ } /* Handle */ .ui.slider.checkbox .box:after, .ui.slider.checkbox label:after { - background: #ffffff -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); - background: #ffffff linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05)); position: absolute; content: '' !important; opacity: 1; z-index: 2; border: none; @@ -499,12 +499,12 @@ } /* Handle */ .ui.toggle.checkbox .box:after, .ui.toggle.checkbox label:after { - background: #ffffff -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); - background: #ffffff linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05)); position: absolute; content: '' !important; opacity: 1; z-index: 2; border: none; @@ -541,10 +541,10 @@ .ui.toggle.checkbox input:checked ~ label { color: rgba(0, 0, 0, 0.95) !important; } .ui.toggle.checkbox input:checked ~ .box:before, .ui.toggle.checkbox input:checked ~ label:before { - background-color: #2185d0 !important; + background-color: #2185D0 !important; } .ui.toggle.checkbox input:checked ~ .box:after, .ui.toggle.checkbox input:checked ~ label:after { left: 2.15rem; }