1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-03 00:33:22 +03:00

Update _MessageActionBar.scss

Correct error on css hover for message action button background colour change
This commit is contained in:
Nique Woodhouse
2021-05-19 12:11:24 +01:00
parent 5daca41bfb
commit 8d072cedff

View File

@@ -80,7 +80,7 @@ limitations under the License.
background-color: $secondary-fg-color;
}
.mx_MessageActionBar_maskButton:hover:after {
.mx_MessageActionBar_maskButton:hover::after {
background-color: $primary-fg-color;
}