mirror of
https://github.com/directus/directus.git
synced 2026-01-26 16:18:18 -05:00
less bold for display (#10171)
* less bold for display * Update app/src/displays/formatted-value/formatted-value.vue Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -75,7 +75,8 @@ export default defineComponent({
|
||||
text-overflow: ellipsis;
|
||||
|
||||
&.bold {
|
||||
font-weight: 700;
|
||||
color: var(--foreground-normal-alt);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
&.subdued {
|
||||
|
||||
Reference in New Issue
Block a user