- Many of these icons also are used with in the design system. For example, the icon is often shown using the color, e.g. . Icons often have a default color associated with them, and this can be overridden as needed.
+ Many of these icons also are used with in the design system. For example, the icon is often shown using the color, e.g. . Icons often have a default color associated with them, and this can be overridden as needed.
When inline with text, icons should usually be the same color as the text:
diff --git a/docs/pages/kicon.vue b/docs/pages/kicon.vue
index 368dadd37..a8621dcce 100644
--- a/docs/pages/kicon.vue
+++ b/docs/pages/kicon.vue
@@ -2,7 +2,7 @@
- See for design guidance and a list of available icons. If an invalid icon is used, in development Vue.js validation will warn about the error. The icon will display as a broken image icon.
+ See for design guidance and a list of available icons. If an invalid icon is used, in development Vue.js validation will warn about the error. The icon will display as a broken image icon.
diff --git a/docs/pages/kmodal.vue b/docs/pages/kmodal.vue
index f0b9c54d6..27c646b60 100644
--- a/docs/pages/kmodal.vue
+++ b/docs/pages/kmodal.vue
@@ -2,7 +2,7 @@
- For design guidance, see the page on .
+ For design guidance, see the page on .
diff --git a/docs/pages/kselect.vue b/docs/pages/kselect.vue
index e6c7d495d..65b68bfd9 100644
--- a/docs/pages/kselect.vue
+++ b/docs/pages/kselect.vue
@@ -21,7 +21,7 @@
- Select dropdowns are used alongside form components such as text fields and radio selects. They can also be used to filter options in lists and tables.
+ Select dropdowns are used alongside form components such as text fields and radio selects. They can also be used to filter options in lists and tables.
@@ -49,7 +49,7 @@
Hiding is better than disabling in this case because there is no condition where it would benefit the user experience to be selectable for that object.
Filters
- For design guidance on using selects for filtering, see the .
+ For design guidance on using selects for filtering, see the .
diff --git a/docs/pages/ktextbox.vue b/docs/pages/ktextbox.vue
index 04bedb170..41f6bcf9f 100644
--- a/docs/pages/ktextbox.vue
+++ b/docs/pages/ktextbox.vue
@@ -2,7 +2,7 @@