You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/design-bible/skills/design-bible/SKILL.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,12 +69,16 @@ Global design good practices:
69
69
70
70
* ONLY use "Chart Colors" to compose color palettes to be used for data visualization on charts and graphs. ALWAYS follow good practices of color matching and contrast, like having semi-sat colors as the default usage go-to.
71
71
72
-
* ALWAYS overwrite the default table header cell's font-weight, so you can apply our own design styles instead.
72
+
* ALWAYS overwrite the default table header cell's font-weight, so you can apply your own design styles instead.
73
73
74
74
* ALWAYS overwrite default visual styles for :hover and :focus states, to ensure that ONLY what's specified on the style catalogue gets applied.
75
75
76
76
* ALWAYS represent any disabled element, whatever it might be, with 50% opacity, and click actions disabled.
77
77
78
+
* When adding an icon inside of an input field, ALWAYS place it left of the text element, with spacing-sm between these elements.
79
+
80
+
* ALWAYS overwrite system default Toggle components, so you can apply your own design styles instead;
81
+
78
82
## 2. EXTERNAL RESOURCES
79
83
80
84
### Icon Source & Implementation
@@ -300,7 +304,7 @@ Here are the multiple styles you've specialized yourself in:
0 commit comments