mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 07:10:55 +00:00
Merge pull request #527 from sharelatex/sk-fix-chat-link-color-in-v2
Make links in chat messages white (same as text), with underline
This commit is contained in:
commit
8ea690a745
2 changed files with 7 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
@import "app/sidebar-v2-dash-pane.less";
|
||||
@import "app/front-chat-widget.less";
|
||||
@import "app/ol-chat.less";
|
||||
|
|
6
services/web/public/stylesheets/app/ol-chat.less
Normal file
6
services/web/public/stylesheets/app/ol-chat.less
Normal file
|
@ -0,0 +1,6 @@
|
|||
// Styles for Chat panel in Overleaf v2
|
||||
|
||||
.chat .message-wrapper .message .message-content a {
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
}
|
Loading…
Reference in a new issue