Skip to content

Commit 5208942

Browse files
committed
fix(shadow-dom): remove formatter
1 parent 1f4868e commit 5208942

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

8-web-components/3-shadow-dom/article.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626

2727
```html run autorun
2828
<style>
29-
/* رنگ ریل را به قرمز تغییر می‌دهد */
30-
input::-webkit-slider-runnable-track {
31-
background: red;
32-
}
29+
/* رنگ ریل را به قرمز تغییر می‌دهد */
30+
input::-webkit-slider-runnable-track {
31+
background: red;
32+
}
3333
</style>
3434

3535
<input type="range" />

0 commit comments

Comments
 (0)