Merge upstream tag 'v2.9.3'

This commit is contained in:
Mike Barnes 2019-11-15 17:25:54 +11:00
commit a1ae88b977
98 changed files with 852 additions and 270 deletions

View file

@ -3996,6 +3996,11 @@ a.status-card.compact:hover {
}
}
.search-results__info {
padding: 10px;
color: $secondary-text-color;
}
.modal-root {
position: relative;
transition: opacity 0.3s linear;