minor fixes
This commit is contained in:
parent
3dda1f6c63
commit
ab2ad9bb1e
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -86,7 +86,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.CDB-Checkbox:disabled:hover ~ .CDB-Checkbox-face {
|
||||
.CDB-Checkbox:disabled:hover + .CDB-Checkbox-face {
|
||||
border: 1px solid $cSecondaryLine;
|
||||
}
|
||||
|
||||
|
@ -15,10 +15,10 @@
|
||||
@import '../../cdb-variables/colors';
|
||||
|
||||
.CDB-InputText {
|
||||
min-width: 152px;
|
||||
width: 100%;
|
||||
padding: 7px 8px 6px;
|
||||
border: 1px solid $cMainLine;
|
||||
border-radius: 3px;
|
||||
border-radius: $baseSize / 2;
|
||||
font-size: $sFontSize-medium;
|
||||
line-height: $sLineHeight-medium;
|
||||
|
||||
|
@ -19,11 +19,11 @@
|
||||
width: 100%;
|
||||
margin: -4px 0 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
border: 0;
|
||||
|
||||
&:focus {
|
||||
outline: 0;
|
||||
@ -87,10 +87,10 @@
|
||||
.CDB-Range::-moz-range-track {
|
||||
height: $baseSize / 4;
|
||||
margin: $baseSize 0;
|
||||
border-radius: $baseSize / 2;
|
||||
background: $cMainLine;
|
||||
border: 0;
|
||||
border-radius: $baseSize / 2;
|
||||
outline: none;
|
||||
background: $cMainLine;
|
||||
}
|
||||
|
||||
.CDB-Range::-moz-range-thumb {
|
||||
|
@ -26,7 +26,7 @@
|
||||
opacity: 0;
|
||||
z-index: 1;
|
||||
|
||||
~ .CDB-ToggleFace {
|
||||
+ .CDB-ToggleFace {
|
||||
@include transition(background, 300ms);
|
||||
position: relative;
|
||||
width: $baseSize * 4;
|
||||
@ -48,7 +48,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
&:checked ~ .CDB-ToggleFace {
|
||||
&:checked + .CDB-ToggleFace {
|
||||
background: $cMainDark;
|
||||
|
||||
&::before {
|
||||
|
Loading…
Reference in New Issue
Block a user