communications app, popup lib
This commit is contained in:
@ -59,23 +59,4 @@ $boxDisabledColor: #d9d9d9;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
&.disabled {
|
||||
.check-box-inner {
|
||||
border-color: $boxDisabledColor;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
>input:checked+.check-box-inner {
|
||||
border-color: $boxDisabledColor;
|
||||
background-color: $boxDisabledColor;
|
||||
}
|
||||
|
||||
>span {
|
||||
color: $boxDisabledColor;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
Reference in New Issue
Block a user