8000 fix: sync with Elements tokens (#813) · nuxtlabs/docus@03cca9f · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 03cca9f

Browse files
bdrtskyTahul
andauthored
fix: sync with Elements tokens (#813)
Co-authored-by: Yaël GUILLOUX <yael.guilloux@gmail.com>
1 parent 51a3388 commit 03cca9f

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

components/app/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ css({
5555
footer: {
5656
borderTopWidth: '1px',
5757
borderTopStyle: 'solid',
58-
borderTopColor: '{elements.border.primary.default}',
58+
borderTopColor: '{elements.border.primary.static}',
5959
padding: '{docus.footer.padding}',
6060
6161
'.footer-container': {

components/app/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ css({
6464
top: 0,
6565
zIndex: 10,
6666
width: '100%',
67-
borderBottom: '1px solid {elements.border.primary.default}',
67+
borderBottom: '1px solid {elements.border.primary.static}',
6868
backgroundColor: '{elements.backdrop.background}',
6969
height: '{docus.header.height}',
7070

components/docs/DocsAsideTree.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ css({
119119
'.docs-aside-tree': {
120120
li: {
121121
'&.bordered': {
122-
borderLeft: '1px solid {elements.border.primary.default}',
122+
borderLeft: '1px solid {elements.border.primary.static}',
123123
'&:hover': {
124124
borderColor: '{elements.border.primary.hover}'
125125
},

components/docs/DocsPageLayout.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ css({
125125
py: '{space.8}',
126126
paddingRight: '{space.8}',
127127
'.fluid &&': {
128-
borderRight: '1px solid {elements.border.primary.default}',
128+
borderRight: '1px solid {elements.border.primary.static}',
129129
}
130130
}
131131
},
@@ -163,7 +163,7 @@ css({
163163
marginTop: 0,
164164
marginBottom: '{space.8}',
165165
paddingBottom: '{space.8}',
166-
borderBottom: '1px solid {elements.border.primary.default}',
166+
borderBottom: '1px solid {elements.border.primary.static}',
167167
color: '{color.gray.500}',
168168
'@sm': {
169169
fontSize: '{text.lg.fontSize}',
@@ -192,7 +192,7 @@ css({
192192
display: 'flex',
193193
mx: 'calc(0px - {space.4})',
194194
overflow: 'auto',
195-
borderBottom: '1px solid {elements.border.primary.default}',
195+
borderBottom: '1px solid {elements.border.primary.static}',
196196
'@sm': {
197197
mx: 'calc(0px - {space.6})',
198198
},
@@ -205,7 +205,7 @@ css({
205205
maxHeight: 'none',
206206
borderBottom: 'none',
207207
'.fluid &&': {
208-
borderLeft: '1px solid {elements.border.primary.default}',
208+
borderLeft: '1px solid {elements.border.primary.static}',
209209
}
210210
},
211211
'.toc-wrapper': {

components/docs/DocsPrevNext.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ css({
6666
position: 'relative',
6767
minWidth: '0px',
6868
padding: '{space.3}',
69-
border: '1px solid {elements.border.primary.default}',
69+
border: '1px solid {elements.border.primary.static}',
7070
borderRadius: '{radii.md}',
7171
'&:hover': {
7272
backgroundColor: '{color.gray.50}',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"release": "release-it"
2828
},
2929
"dependencies": {
30-
"@nuxt-themes/elements": "^0.6.3",
30+
"@nuxt-themes/elements": "^0.7.0",
3131
"@nuxt-themes/tokens": "^1.7.3",
3232
"@nuxt-themes/typography": "^0.7.2",
3333
"@nuxt/content": "^2.4.3",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0