106106 * "forced-white" needs to be included in the class name as the Avatar does
107107 * not accept several classes. */
108108.user-bubble__avatar .icon-group-forced-white .avatar-class-icon ,
109+ .user-bubble__avatar .icon-team-forced-white .avatar-class-icon ,
109110.user-bubble__avatar .icon-user-forced-white .avatar-class-icon ,
110111.user-bubble__avatar .icon-mail-forced-white .avatar-class-icon ,
111112.autocomplete-result .icon-group-forced-white .autocomplete-result__icon-- ,
113+ .autocomplete-result .icon-team-forced-white .autocomplete-result__icon-- ,
112114.autocomplete-result .icon-user-forced-white .autocomplete-result__icon-- ,
113115.autocomplete-result .icon-mail-forced-white .autocomplete-result__icon-- ,
114116.mention-bubble .icon-group-forced-white .mention-bubble__icon-- ,
117+ .mention-bubble .icon-team-forced-white .mention-bubble__icon-- ,
115118.mention-bubble .icon-user-forced-white .mention-bubble__icon-- ,
116119.mention-bubble .icon-mail-forced-white .mention-bubble__icon-- {
117120 background-color : # 6B6B6B ;
120123/* System default: dark theme */
121124@media (prefers-color-scheme : dark) {
122125 body [data-theme-default ] .user-bubble__avatar .icon-group-forced-white .avatar-class-icon ,
126+ body [data-theme-default ] .user-bubble__avatar .icon-team-forced-white .avatar-class-icon ,
123127 body [data-theme-default ] .user-bubble__avatar .icon-user-forced-white .avatar-class-icon ,
124128 body [data-theme-default ] .user-bubble__avatar .icon-mail-forced-white .avatar-class-icon ,
125129 body [data-theme-default ] .autocomplete-result .icon-group-forced-white .autocomplete-result__icon-- ,
130+ body [data-theme-default ] .autocomplete-result .icon-team-forced-white .autocomplete-result__icon-- ,
126131 body [data-theme-default ] .autocomplete-result .icon-user-forced-white .autocomplete-result__icon-- ,
127132 body [data-theme-default ] .autocomplete-result .icon-mail-forced-white .autocomplete-result__icon-- ,
128133 body [data-theme-default ] .mention-bubble .icon-group-forced-white .mention-bubble__icon-- ,
134+ body [data-theme-default ] .mention-bubble .icon-team-forced-white .mention-bubble__icon-- ,
129135 body [data-theme-default ] .mention-bubble .icon-user-forced-white .mention-bubble__icon-- ,
130136 body [data-theme-default ] .mention-bubble .icon-mail-forced-white .mention-bubble__icon-- {
131137 background-color : # 3B3B3B ;
134140
135141/* Manually set dark theme */
136142body [data-theme-dark ] .user-bubble__avatar .icon-group-forced-white .avatar-class-icon ,
143+ body [data-theme-dark ] .user-bubble__avatar .icon-team-forced-white .avatar-class-icon ,
137144body [data-theme-dark ] .user-bubble__avatar .icon-user-forced-white .avatar-class-icon ,
138145body [data-theme-dark ] .user-bubble__avatar .icon-mail-forced-white .avatar-class-icon ,
139146body [data-theme-dark ] .autocomplete-result .icon-group-forced-white .autocomplete-result__icon-- ,
147+ body [data-theme-dark ] .autocomplete-result .icon-team-forced-white .autocomplete-result__icon-- ,
140148body [data-theme-dark ] .autocomplete-result .icon-user-forced-white .autocomplete-result__icon-- ,
141149body [data-theme-dark ] .autocomplete-result .icon-mail-forced-white .autocomplete-result__icon-- ,
142150body [data-theme-dark ] .mention-bubble .icon-group-forced-white .mention-bubble__icon-- ,
151+ body [data-theme-dark ] .mention-bubble .icon-team-forced-white .mention-bubble__icon-- ,
143152body [data-theme-dark ] .mention-bubble .icon-user-forced-white .mention-bubble__icon-- ,
144153body [data-theme-dark ] .mention-bubble .icon-mail-forced-white .mention-bubble__icon-- {
145154 background-color : # 3B3B3B ;
@@ -151,15 +160,18 @@ body[dir="rtl"] .bidirectional-icon {
151160}
152161
153162.user-bubble__avatar .icon-group-forced-white .avatar-class-icon ,
163+ .user-bubble__avatar .icon-team-forced-white .avatar-class-icon ,
154164.user-bubble__avatar .icon-user-forced-white .avatar-class-icon ,
155165.user-bubble__avatar .icon-mail-forced-white .avatar-class-icon ,
156166.mention-bubble .icon-group-forced-white .mention-bubble__icon-- ,
167+ .mention-bubble .icon-team-forced-white .mention-bubble__icon-- ,
157168.mention-bubble .icon-user-forced-white .mention-bubble__icon-- ,
158169.mention-bubble .icon-mail-forced-white .mention-bubble__icon-- {
159170 background-size : 75% ;
160171}
161172
162173.autocomplete-result .icon-group-forced-white .autocomplete-result__icon-- ,
174+ .autocomplete-result .icon-team-forced-white .autocomplete-result__icon-- ,
163175.autocomplete-result .icon-user-forced-white .autocomplete-result__icon-- ,
164176.autocomplete-result .icon-mail-forced-white .autocomplete-result__icon-- {
165177 background-size : 50% !important ;
@@ -183,6 +195,12 @@ body[dir="rtl"] .bidirectional-icon {
183195 background-image : url(../ img/icon-contacts-white.svg);
184196}
185197
198+ .user-bubble__avatar .icon-team-forced-white ,
199+ .autocomplete-result .icon-team-forced-white .autocomplete-result__icon-- ,
200+ .mention-bubble .icon-team-forced-white .mention-bubble__icon-- {
201+ background-image : url(../ img/icon-team-white.svg);
202+ }
203+
186204/* Needed to use white color also in dark mode. */
187205.app-files .app-sidebar__close .forced-white {
188206 color : # ffffff ;
0 commit comments