mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 17:31:50 +02:00
Changed hover ui of edited messages for a better experience
This commit is contained in:
parent
54c88c57ed
commit
99a2d024ec
@ -72,6 +72,22 @@ limitations under the License.
|
|||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&::before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: -1px;
|
||||||
|
bottom: -1px;
|
||||||
|
left: -10px;
|
||||||
|
right: -10px;
|
||||||
|
z-index: -1;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
&::before {
|
||||||
|
background: $eventbubble-bg-hover;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MessageActionBar .mx_AccessibleButton {
|
.mx_MessageActionBar .mx_AccessibleButton {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user