Minor bug fixes (#7305)
* PLT-7063 - Changing search bar bg and color * PLT-7064 - Adjusting info popover styling * PLT-7124 - Fixing sidebar with webrtc call ongoing * PLT-7400 - Fixing semi transparent options list * PLT-7491 - Showing send button on mobile
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
4660127fd0
Коммит
9e3b74b4ef
@@ -544,11 +544,12 @@
|
||||
|
||||
.send-button {
|
||||
@include single-transition(all, .15s);
|
||||
border-left: 1px solid transparent;
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
font-size: 18px;
|
||||
height: 37px;
|
||||
line-height: 37px;
|
||||
font-size: 17px;
|
||||
height: 100%;
|
||||
line-height: 49px;
|
||||
padding-right: 4px;
|
||||
text-align: center;
|
||||
vertical-align: bottom;
|
||||
@@ -559,7 +560,9 @@
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
color: grey;
|
||||
i {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user