Merge remote-tracking branch 'parent/stable-4.3' into kb-draft-15.0-lts
This commit is contained in:
commit
eff82af854
103 changed files with 1199 additions and 762 deletions
|
@ -2147,7 +2147,6 @@ body > [data-popper-placement] {
|
|||
display: block;
|
||||
position: relative;
|
||||
border-radius: var(--avatar-border-radius);
|
||||
background-color: var(--surface-background-color);
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
|
@ -2157,7 +2156,11 @@ body > [data-popper-placement] {
|
|||
display: inline-block; // to not show broken images
|
||||
}
|
||||
|
||||
&-inline {
|
||||
&--loading {
|
||||
background-color: var(--surface-background-color);
|
||||
}
|
||||
|
||||
&--inline {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-inline-end: 5px;
|
||||
|
@ -11061,6 +11064,7 @@ noscript {
|
|||
gap: 8px;
|
||||
|
||||
.logo {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
color: $darker-text-color;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue