Changed hover ui of edited messages for a better experience

pull/28217/head
Manan Sadana 2023-09-27 16:12:49 +05:30
parent 54c88c57ed
commit 99a2d024ec
1 changed files with 16 additions and 0 deletions

View File

@ -72,6 +72,22 @@ limitations under the License.
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 {