Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/avatar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ When set to `true` (or the empty string `''`), it uses the Bootstrap default of

```html
<template>
<div style="font-size: 2rem;">
<div>
<b-avatar rounded="sm"></b-avatar>
<b-avatar rounded></b-avatar>
<b-avatar rounded="lg"></b-avatar>
Expand Down Expand Up @@ -381,7 +381,7 @@ Add textual content to the badge by supplying a string to the `badge` prop, or u

```html
<template>
<div style="font-size: 2rem">
<div>
<b-avatar badge="BV"></b-avatar>
<b-avatar badge="7" variant="primary" badge-variant="dark"></b-avatar>
<b-avatar badge-variant="info" src="https://placekitten.com/300/300">
Expand Down
4 changes: 2 additions & 2 deletions src/components/avatar/_avatar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
border-radius: 10em;
font-size: 70%;
font-weight: 700;
z-index: 5;
z-index: 1;
}
}

Expand Down Expand Up @@ -142,7 +142,7 @@
a,
.btn {
&.b-avatar:hover:not(.disabled):not(disabled) {
z-index: 3;
z-index: 1;
}
}
}