Skip to content

Commit 413afa1

Browse files
committed
Change default web element highlight border from 2px to 1px
1 parent 91ebac9 commit 413afa1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/06-settings.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -4593,7 +4593,7 @@ Default value (empty to pick up Gwen default format: html)
45934593
</summary>
45944594
<p>Supported values</p>
45954595
<ul>
4596-
<li>HTML style strings (default = <code>background: yellow; border: 2px solid gold;</code>)</li>
4596+
<li>HTML style strings (default = <code>background: yellow; border: 1px solid gold;</code>)</li>
45974597
</ul>
45984598
<Tabs
45994599
groupId="settings"
@@ -4612,7 +4612,7 @@ Default value (empty to pick up Gwen default format: html)
46124612
gwen {
46134613
web {
46144614
highlight {
4615-
style = "background: yellow; border: 2px solid gold;"
4615+
style = "background: yellow; border: 1px solid gold;"
46164616
}
46174617
}
46184618
}
@@ -4628,7 +4628,7 @@ Default value (empty to pick up Gwen default format: html)
46284628
"gwen": {
46294629
"web": {
46304630
"highlight": {
4631-
"style": "background: yellow; border: 2px solid gold;"
4631+
"style": "background: yellow; border: 1px solid gold;"
46324632
}
46334633
}
46344634
}
@@ -4641,7 +4641,7 @@ Default value (empty to pick up Gwen default format: html)
46414641
Default value
46424642

46434643
```properties
4644-
gwen.web.highlight.style = background: yellow; border: 2px solid gold;
4644+
gwen.web.highlight.style = background: yellow; border: 1px solid gold;
46454645
```
46464646

46474647
</TabItem>

0 commit comments

Comments
 (0)