mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-22 15:01:13 +02: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
@ -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…
x
Reference in New Issue
Block a user