mirror of https://github.com/zulip/zulip.git
portico: Remove unnecessary background from realm-icon.
This PR removes unnecessary white background from realm-icon. Also, I have given padding and border-radius to make it look good. This also fixes a bug where realm-name didn't show up because of the white font color.
This commit is contained in:
parent
f425f9ad3d
commit
a37e993907
|
@ -3204,7 +3204,8 @@ nav ul li.active::after {
|
|||
}
|
||||
|
||||
nav ul li,
|
||||
nav ul li a {
|
||||
nav ul li a,
|
||||
.portico-header .dropdown-pill .realm-name {
|
||||
color: hsl(0, 0%, 27%) !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -714,9 +714,8 @@ input.text-error {
|
|||
.portico-header .dropdown-pill {
|
||||
border: 1px solid rgba(0,0,0,0.2);
|
||||
border-radius: 4px;
|
||||
|
||||
font-weight: 400;
|
||||
|
||||
padding: 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
@ -755,11 +754,8 @@ input.text-error {
|
|||
.portico-header .dropdown-pill .header-realm-icon {
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
|
||||
vertical-align: top;
|
||||
|
||||
border-radius: 4px 0px 0px 4px;
|
||||
background: #fff;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.app {
|
||||
|
|
Loading…
Reference in New Issue