Add explore__search-results to transparent background color scope

This commit is contained in:
Roni Laukkarinen 2023-10-04 22:09:20 +03:00
parent a40cf4a2d2
commit 3bad7aea08
4 changed files with 7 additions and 4 deletions

View File

@ -1,8 +1,9 @@
### 1.7.9rc2: 2023-09-24
### 1.7.9rc3: 2023-10-04
* Improve the visibility of column header borders in advanced view
* Fix border column-header color also in single column mode
* Ultra accessible theme improvements (Readme snippet)
* Add explore__search-results to transparent background color scope
### 1.7.8: 2023-09-24

View File

@ -1,5 +1,5 @@
/* Mastodon Bird UI by @rolle@mementomori.social
1.7.9rc2 */
1.7.9rc3 */
/* CSS variables */
:root {
@ -1265,6 +1265,7 @@ body.embed .status__content a,
}
/* Panels and things that should be transparent */
.layout-multiple-columns .explore__search-results,
.layout-multiple-columns .status__wrapper-direct,
.layout-multiple-columns .focusable:focus .detailed-status,
.layout-multiple-columns .focusable:focus .detailed-status__action-bar,

View File

@ -1,5 +1,5 @@
/* Mastodon Bird UI by @rolle@mementomori.social
1.7.9rc2 */
1.7.9rc3 */
/* CSS variables */
:root {
@ -1262,6 +1262,7 @@ body.embed .status__content a,
}
/* Panels and things that should be transparent */
.layout-single-column .explore__search-results,
.layout-single-column .status__wrapper-direct,
.layout-single-column .focusable:focus .detailed-status,
.layout-single-column .focusable:focus .detailed-status__action-bar,

View File

@ -1,6 +1,6 @@
{
"name": "mastodon-bird-ui",
"version": "1.7.9rc2",
"version": "1.7.9rc3",
"description": "",
"main": "index.js",
"scripts": {