Skip to content

Commit a4bf7c0

Browse files
style fixes
1 parent b83f630 commit a4bf7c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ a {
126126
margin: 0 -0.7em;
127127
position: absolute;
128128
129-
&:not(:hover):not(:focus) {
129+
&:not(:hover, :focus) {
130130
opacity: 0;
131131
}
132132
}
133133
}
134134
135-
.name-item:not(:hover):not(:focus) span {
135+
.name-item:not(:hover, :focus) span {
136136
opacity: 0;
137137
}
138138

src/documentation/DocsPage.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ provide('classes', classes);
145145
:deep(pre),
146146
:deep(code) {
147147
&.ic {
148-
background-color: rgba(255, 255, 255, 0.1) !important;
148+
background-color: rgb(255 255 255 / 10%) !important;
149149
border-radius: 3px;
150150
font-size: 85%;
151151
font-weight: normal;
@@ -159,7 +159,7 @@ provide('classes', classes);
159159
pre,
160160
code {
161161
&.ic {
162-
background-color: rgba(0, 0, 0, 0.1) !important;
162+
background-color: rgb(0 0 0 / 10%) !important;
163163
}
164164
}
165165
}

0 commit comments

Comments
 (0)