We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dabafd commit 136e3d0Copy full SHA for 136e3d0
src/routes/tutorial/[slug]/filetree/Item.svelte
@@ -188,24 +188,7 @@
188
}
189
190
[aria-current='true'] {
191
- color: var(--prime);
+ color: hsl(15, 100%, 50%);
192
193
194
- [aria-current='true']::after {
195
- content: '';
196
- position: absolute;
197
- width: 1rem;
198
- height: 1rem;
199
- top: 0.3rem;
200
- right: calc(-0.6rem - 2px);
201
- background-color: var(--sk-back-3);
202
- border: 1px solid var(--sk-back-4);
203
- transform: translate(0, 0.2rem) rotate(45deg);
204
- z-index: 2;
205
- }
206
-
207
- [aria-current='true']:has(:focus-visible)::after,
208
- :global(.mobile-filetree) [aria-current='true']::after {
209
- display: none;
210
211
</style>
0 commit comments