File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
- Table spacing is now smaller [ (#158 )] ( https://github.com/elastic/eui/pull/158 )
8
8
- Dark theme forms now have better contrast with their borders [ (#158 )] ( https://github.com/elastic/eui/pull/158 )
9
9
- Added icons to match Kibana's app directory [ (#162 )] ( https://github.com/elastic/eui/pull/162 )
10
+ - Convert icons from SVG to React component during the build and stop using
11
+ sprites [ (#160 )] ( https://github.com/elastic/eui/pull/160 )
10
12
11
13
** Bug fixes**
12
14
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default () => (
9
9
< EuiIcon
10
10
type = "search"
11
11
size = "l"
12
- title = "Find information"
12
+ aria-label = "Find information"
13
13
/>
14
14
</ div >
15
15
) ;
Original file line number Diff line number Diff line change @@ -165,8 +165,7 @@ export default props => (
165
165
} ] }
166
166
text = {
167
167
< p >
168
- By default, this component will use a human-readable version of the < EuiCode > type</ EuiCode >
169
- to title the SVG. You can specify a < EuiCode > title</ EuiCode > prop to override this.
168
+ You can title the SVG by passing the `aria-label` prop to < EuiCode > EuiCode</ EuiCode > . No value is set by default.
170
169
</ p >
171
170
}
172
171
demo = {
You can’t perform that action at this time.
0 commit comments