File tree Expand file tree Collapse file tree 5 files changed +447
-413
lines changed Expand file tree Collapse file tree 5 files changed +447
-413
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import '@coreui/chartjs/scss/coreui-chartjs.scss'
88import {
99 cibCoreuiC ,
1010 cibDiscourse ,
11+ cibFacebook ,
1112 cibGithub ,
1213 cibTwitter ,
1314 cibOpenCollective ,
@@ -37,6 +38,7 @@ import {
3738export const icons = {
3839 cibCoreuiC,
3940 cibDiscourse,
41+ cibFacebook,
4042 cibGithub,
4143 cibTwitter,
4244 cibOpenCollective,
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ CoreUI Icons package is delivered with more than 1500 icons in multiple formats
162162 <div class="p-3 py-4 mb-2 bg-light text-center rounded">
163163 <CIcon :icon="icon[i]" size="xxl"/>
164164 </div>
165- <div class="text-medium-emphasis text-center pt-1 small">{{i}}</div>
165+ <div class="text-body-secondary text-center pt-1 small">{{i}}</div>
166166 </CCol>
167167 </CRow>
168168 </CTabPane >
@@ -172,7 +172,7 @@ CoreUI Icons package is delivered with more than 1500 icons in multiple formats
172172 <div class="p-3 py-4 mb-2 bg-light text-center rounded">
173173 <CIcon :icon="icon[i]" size="xxl"/>
174174 </div>
175- <div class="text-medium-emphasis text-center pt-1 small">{{i}}</div>
175+ <div class="text-body-secondary text-center pt-1 small">{{i}}</div>
176176 </CCol>
177177 </CRow>
178178 </CTabPane >
@@ -182,7 +182,7 @@ CoreUI Icons package is delivered with more than 1500 icons in multiple formats
182182 <div class="p-3 py-4 mb-2 bg-light text-center rounded">
183183 <CIcon :icon="icon[i]" size="xxl"/>
184184 </div>
185- <div class="text-medium-emphasis text-center pt-1 small">{{i}}</div>
185+ <div class="text-body-secondary text-center pt-1 small">{{i}}</div>
186186 </CCol>
187187 </CRow>
188188 </CTabPane >
Original file line number Diff line number Diff line change @@ -981,10 +981,10 @@ With a toggler on the left and brand name on the right:
981981Sometimes you want to use the collapse plugin to trigger a container element for content that structurally sits outside of the ` <CNavbar> ` .
982982
983983::: demo
984- <CCollapse id =" navbarToggleExternalContent " :visible =" visibleExternalContent " >
984+ <CCollapse id =" navbarToggleExternalContent " :visible =" visibleExternalContent " data-coreui-theme = " dark " >
985985 <div class =" bg-dark p-4 " >
986- <h5 class="text-white h4">Collapsed content</h5>
987- <span class="text-medium-emphasis-inverse ">Toggleable via the navbar brand.</span>
986+ <h5 class="text-body-emphasis h4">Collapsed content</h5>
987+ <span class="text-body-secondary ">Toggleable via the navbar brand.</span>
988988 </div >
989989</CCollapse >
990990<CNavbar colorScheme =" dark " class =" bg-dark " >
@@ -999,10 +999,10 @@ Sometimes you want to use the collapse plugin to trigger a container element for
999999:::
10001000``` vue
10011001<template>
1002- <CCollapse id="navbarToggleExternalContent" :visible="visibleExternalContent">
1002+ <CCollapse id="navbarToggleExternalContent" :visible="visibleExternalContent" data-coreui-theme="dark" >
10031003 <div class="bg-dark p-4">
1004- <h5 class="text-white h4">Collapsed content</h5>
1005- <span class="text-medium-emphasis-inverse ">Toggleable via the navbar brand.</span>
1004+ <h5 class="text-body-emphasis h4">Collapsed content</h5>
1005+ <span class="text-body-secondary ">Toggleable via the navbar brand.</span>
10061006 </div>
10071007 </CCollapse>
10081008 <CNavbar colorScheme="dark" class="bg-dark">
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ other_frameworks: tooltip
1212Hover over the links below to see tooltips:
1313
1414::: demo
15- <p class =" text-medium-emphasis " >
15+ <p class =" text-body-secondary " >
1616 Tight pants next level keffiyeh
1717 <CLink v-c-tooltip =" 'Tooltip text' " > you  ; probably </CLink >
1818 haven't heard of them.
@@ -31,7 +31,7 @@ Hover over the links below to see tooltips:
3131</p >
3232:::
3333``` vue demo
34- <p class="text-medium-emphasis ">
34+ <p class="text-body-secondary ">
3535 Tight pants next level keffiyeh
3636 <CLink v-c-tooltip="'Tooltip text'"> you probably </CLink>
3737 haven't heard of them.
You can’t perform that action at this time.
0 commit comments