Skip to content

Commit 0e85afc

Browse files
committed
remove border and p tag
1 parent 2b408b0 commit 0e85afc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/components/StateRoute/AxMap/axLegend.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22

33
const AxLegend = () => {
44
return (
5-
<div style={{borderStyle: 'solid'}}>
5+
<div>
66
Nodes from the accessibility tree have either a role <strong>role</strong> or <strong>internalRole</strong>
77
<ul>
88
<li>
@@ -17,7 +17,6 @@ const AxLegend = () => {
1717
<p> Each node is given a property labeled <strong>ignored</strong>. </p>
1818
<p> Nodes read by the screen reader have their ignored property evaluate to <strong>false</strong>.
1919
Nodes not read by the screen reader evaluate to <strong>true</strong>.</p>
20-
<p> Nodes labeled <strong>"visible node with no name"</strong> have the ignored property set to false, but are not given a name</p>
2120
</div>
2221
);
2322
}

0 commit comments

Comments
 (0)