Skip to content

Commit 8b1d92b

Browse files
committed
fix(api): (backport from Qv2) update "inset" prop description
1 parent 24c1839 commit 8b1d92b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ui/src/components/separator/QSeparator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export default Vue.extend({
7777

7878
attrs () {
7979
return {
80-
role: 'separator',
8180
'aria-orientation': this.orientation
8281
}
8382
}

ui/src/components/separator/QSeparator.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
"inset": {
2626
"type": [ "Boolean", "String" ],
27-
"desc": "if set to true, the left and right margins will be set to 16px. If set to item, the left and right margins will be set to 72px. If set to item-thumbnail, the left margin is set to 116px and right margin is set to 0px",
27+
"desc": "If set to Boolean true, the left and right margins will be set to 16px. If set to 'item' then it will match a QItem's design. If set to 'item-thumbnail' then it will match the design of a QItem with a thumbnail on the left side",
2828
"examples": [ "item", "item-thumbnail" ],
2929
"category": "content"
3030
},

0 commit comments

Comments
 (0)