Skip to content

Commit 7048a79

Browse files
committed
refactor: change .text-medium-emphasis to .text-body-secondary
1 parent 7381ae2 commit 7048a79

34 files changed

+242
-242
lines changed

src/views/base/Accordion.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<strong>Vue Accordion</strong>
77
</CCardHeader>
88
<CCardBody>
9-
<p class="text-medium-emphasis small">
9+
<p class="text-body-secondary small">
1010
Click the accordions below to expand/collapse the accordion content.
1111
</p>
1212
<DocsExample href="components/accordion.html">
@@ -62,7 +62,7 @@
6262
<strong>Vue Accordion</strong> <small>Flush</small>
6363
</CCardHeader>
6464
<CCardBody>
65-
<p class="text-medium-emphasis small">
65+
<p class="text-body-secondary small">
6666
Add <code>flush</code> to remove the default
6767
<code>background-color</code>, some borders, and some rounded
6868
corners to render accordions edge-to-edge with their parent
@@ -121,7 +121,7 @@
121121
<strong>Vue Accordion</strong> <small>Always open</small>
122122
</CCardHeader>
123123
<CCardBody>
124-
<p class="text-medium-emphasis small">
124+
<p class="text-body-secondary small">
125125
Add <code>always-open</code> property to make accordion items stay
126126
open when another item is opened.
127127
</p>

src/views/base/Breadcrumbs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<strong>Vue Breadcrumb</strong>
77
</CCardHeader>
88
<CCardBody>
9-
<p class="text-medium-emphasis small">
9+
<p class="text-body-secondary small">
1010
The breadcrumb navigation provides links back to each previous page
1111
the user navigated through and shows the current location in a
1212
website or an application. You don’t have to add separators, because

0 commit comments

Comments
 (0)