mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* change recently accessed header to h3 to be more accessible * change recently accessed header to h3 to be more accessible
This commit is contained in:
parent
a9083312a8
commit
9ea342ffa7
2 changed files with 10 additions and 9 deletions
|
@ -6,17 +6,17 @@ exports[`render 1`] = `
|
|||
hasShadow={false}
|
||||
paddingSize="l"
|
||||
>
|
||||
<EuiText
|
||||
grow={true}
|
||||
<EuiTitle
|
||||
size="xs"
|
||||
>
|
||||
<p>
|
||||
<h3>
|
||||
<EuiTextColor
|
||||
color="subdued"
|
||||
>
|
||||
Recently viewed
|
||||
</EuiTextColor>
|
||||
</p>
|
||||
</EuiText>
|
||||
</h3>
|
||||
</EuiTitle>
|
||||
<EuiSpacer
|
||||
size="s"
|
||||
/>
|
||||
|
|
|
@ -13,6 +13,7 @@ import {
|
|||
EuiIcon,
|
||||
EuiSpacer,
|
||||
EuiToolTip,
|
||||
EuiTitle,
|
||||
} from '@elastic/eui';
|
||||
|
||||
export const NUM_LONG_LINKS = 5;
|
||||
|
@ -174,13 +175,13 @@ export class RecentlyAccessed extends Component {
|
|||
render() {
|
||||
return (
|
||||
<EuiPanel paddingSize="l">
|
||||
<EuiText>
|
||||
<p>
|
||||
<EuiTitle size="xs">
|
||||
<h3>
|
||||
<EuiTextColor color="subdued">
|
||||
Recently viewed
|
||||
</EuiTextColor>
|
||||
</p>
|
||||
</EuiText>
|
||||
</h3>
|
||||
</EuiTitle>
|
||||
|
||||
<EuiSpacer size="s"/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue