mirror of
https://github.com/ExactTarget/fuelux.git
synced 2026-01-22 12:58:09 -05:00
Add input[type=checkbox]:not(.sr-only), input[type=radio]:not(.sr-only) stuff to forms.less and checkbox-no-js.less
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
.checkbox {
|
||||
|
||||
&.highlight {
|
||||
input:not(.sr-only) {
|
||||
input[type="checkbox"]:not(.sr-only) {
|
||||
& ~ label {
|
||||
left: -4px;
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
&.highlight {
|
||||
|
||||
input:not(.sr-only) {
|
||||
input[type="checkbox"]:not(.sr-only), input[type="radio"]:not(.sr-only) {
|
||||
& ~ label {
|
||||
padding: 4px;
|
||||
border-radius: @baseBorderRadius;
|
||||
@@ -53,7 +53,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
input:not(.sr-only) {
|
||||
input[type="checkbox"]:not(.sr-only), input[type="radio"]:not(.sr-only) {
|
||||
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
@@ -148,7 +148,7 @@
|
||||
|
||||
|
||||
&.highlight {
|
||||
input:not(.sr-only) {
|
||||
input[type="checkbox"]:not(.sr-only), input[type="radio"]:not(.sr-only) {
|
||||
& ~ label {
|
||||
left: -8px;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user