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:
akashnimare 2017-11-23 03:44:15 +05:30 committed by Tim Abbott
parent f425f9ad3d
commit a37e993907
2 changed files with 4 additions and 7 deletions

View File

@ -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;
}

View File

@ -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 {