Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
6426f9cf
Commit
6426f9cf
authored
Apr 19, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't hide info messages in the concord theme
parent
2696c26f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
sass/_chatrooms.scss
sass/_chatrooms.scss
+1
-3
sass/_variables.scss
sass/_variables.scss
+3
-4
No files found.
sass/_chatrooms.scss
View file @
6426f9cf
...
@@ -133,13 +133,11 @@
...
@@ -133,13 +133,11 @@
flex-direction
:
row
;
flex-direction
:
row
;
}
}
.chat-topic
{
.chat-topic
{
display
:
var
(
--
chat-topic-display
);
font-weight
:
bold
;
font-weight
:
bold
;
color
:
var
(
--
chatroom-head-bg-color
);
color
:
var
(
--
chatroom-head-bg-color
);
}
}
.chat-info
{
.chat-info
{
display
:
var
(
--
chat-info-display
);
color
:
var
(
--
chat-info-color
);
color
:
var
(
--
chatroom-head-bg-color
);
line-height
:
normal
;
line-height
:
normal
;
&
.badge
{
&
.badge
{
color
:
var
(
--
chat-head-text-color
);
color
:
var
(
--
chat-head-text-color
);
...
...
sass/_variables.scss
View file @
6426f9cf
...
@@ -58,8 +58,7 @@ $mobile_portrait_length: 480px !default;
...
@@ -58,8 +58,7 @@ $mobile_portrait_length: 480px !default;
--chat-content-background-color
:
white
;
--chat-content-background-color
:
white
;
--chat-topic-display
:
block
;
--chat-info-color
:
var
(
--
chatroom-head-bg-color
);
--chat-info-display
:
block
;
--highlight-color
:
#DCF9F6
;
--highlight-color
:
#DCF9F6
;
--highlight-color-darker
:
#B0E8E2
;
--highlight-color-darker
:
#B0E8E2
;
...
@@ -197,12 +196,12 @@ $mobile_portrait_length: 480px !default;
...
@@ -197,12 +196,12 @@ $mobile_portrait_length: 480px !default;
--controlbox-heading-font-weight
:
bold
;
--controlbox-heading-font-weight
:
bold
;
--groupchats-header-color
:
var
(
--
redder-orange
);
--groupchats-header-color
:
var
(
--
redder-orange
);
--chat-topic-display
:
none
;
--chat-info-display
:
none
;
--chat-textarea-background-color
:
#F6F6F6
;
--chat-textarea-background-color
:
#F6F6F6
;
--chat-correcting-color
:
#FFFFC0
;
--chat-correcting-color
:
#FFFFC0
;
--chat-head-text-color
:
#AAA
;
--chat-head-text-color
:
#AAA
;
--chat-info-color
:
var
(
--
subdued-color
);
--chatbox-border-radius
:
0px
;
--chatbox-border-radius
:
0px
;
--heading-display
:
inline
;
--heading-display
:
inline
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment