links in messages, restore original converse-muc-message-form
This commit is contained in:
@ -141,10 +141,12 @@
|
||||
|
||||
// underline links in chat messages
|
||||
a[href] {
|
||||
text-decoration: underline;
|
||||
text-decoration: none;
|
||||
color: #f57200 !important;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
color: #D16100 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user