remove important when possible

fix job type non-disabled checkbox
This commit is contained in:
John Mitchell
2017-04-07 18:53:25 -04:00
parent 9fcb536844
commit 9b0911dab8
9 changed files with 69 additions and 75 deletions

View File

@@ -682,16 +682,3 @@ input[type='radio']:checked:before {
.alert-info--noTextTransform {
text-transform: none;
}
.CodeMirror {
border-color: @b7grey !important;
}
.CodeMirror-gutters {
border-color: @d7grey !important;
background: @default-secondary-bg !important;
}
.CodeMirror-lineNumber {
color: @default-icon !important;
}