mirror of https://github.com/vector-im/riot-web
parent
36ace9dcb9
commit
2c537a8dff
|
@ -17,3 +17,8 @@ limitations under the License.
|
||||||
.mx_TextForEvent_username {
|
.mx_TextForEvent_username {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_TextForEvent_username:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue