Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Update _MessageActionBar.scss
Browse files Browse the repository at this point in the history
Correct error on css hover for message action button background colour change
  • Loading branch information
niquewoodhouse committed May 19, 2021
1 parent 5daca41 commit 8d072ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/messages/_MessageActionBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 8d072ce

Please sign in to comment.