mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Update _MessageActionBar.scss
Correct error on css hover for message action button background colour change
This commit is contained in:
parent
5daca41bfb
commit
8d072cedff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue