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;
|
background-color: $secondary-fg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MessageActionBar_maskButton:hover:after {
|
.mx_MessageActionBar_maskButton:hover::after {
|
||||||
background-color: $primary-fg-color;
|
background-color: $primary-fg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue