Skip to content

Commit e1de939

Browse files
committed
remove outline on step number
1 parent 608a5c8 commit e1de939

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/style/_prettify.scss

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
@use './components/code';
44
@use './components/file-tree';
55
@use './components/pagination';
6+
@use './components/steps';
67

78
:root {
89
// smaller titles

src/style/components/_steps.scss

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.sl-steps > li::before {
2+
box-shadow: none;
3+
}

0 commit comments

Comments
 (0)