mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-26 04:17:55 +00:00
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:
@@ -11,9 +11,5 @@
|
||||
font-size: 12px;
|
||||
color: $warn-color;
|
||||
margin-bottom: 5px;
|
||||
|
||||
// &.block {
|
||||
// display: block;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user