fix(console): add resource id to meta layout, error highlighting formfield label, missing tooltips, cleanup app detail (#1025)

* add resource id to meta layout, tooltips

* input label disable prop, app detail info

* lint
This commit is contained in:
Max Peintner
2020-11-27 16:45:52 +01:00
committed by GitHub
parent 989bc0037b
commit be17fd7c96
36 changed files with 319 additions and 344 deletions

View File

@@ -11,9 +11,5 @@
font-size: 12px;
color: $warn-color;
margin-bottom: 5px;
// &.block {
// display: block;
// }
}
}

View File

@@ -54,7 +54,11 @@
&[disabled] {
border-color: if($is-dark-theme,#36373850,#cccdce50);
cursor: not-allowed;
color: if($is-dark-theme, #ffffff80 ,#00000061);
&::placeholder {
color: if($is-dark-theme, #ffffff80 ,#00000061);
}
}
}