Update _MessageActionBar.scss

Correct error on css hover for message action button background colour change
pull/21833/head
Nique Woodhouse 2021-05-19 12:11:24 +01:00
parent 5daca41bfb
commit 8d072cedff
1 changed files with 1 additions and 1 deletions

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;
}