stylelint

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-01-14 18:42:26 +01:00
parent 8b548e0528
commit 6fe4c089a8
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 6 additions and 6 deletions

View File

@ -72,7 +72,6 @@ contactlist .tooltip {
/* end of media query */
}
/* STABLE12 FIXES. TO BE DROPPED FOR MIN VERSION 13 */
#app-content-wrapper {
display: flex;
@ -88,6 +87,7 @@ contactlist .tooltip {
overflow-y: auto;
}
}
.app-content-list {
width: 300px;
border-right: 1px solid nc-darken($color-main-background, 8%);
@ -118,7 +118,7 @@ contactlist .tooltip {
margin: -10px;
padding: 22px;
opacity: .3;
cursor: pointer;
cursor: pointer;
&:hover, &:focus {
opacity: .7;
}
@ -126,12 +126,11 @@ contactlist .tooltip {
&[class*=' icon-star'] {
opacity: .7;
&:hover, &:focus {
opacity: 1 ;
opacity: 1;
}
}
&.icon-starred {
opacity: 1 ;
opacity: 1;
}
}
}
@ -233,6 +232,7 @@ contactlist .tooltip {
}
}
}
/* App content */
.app-content-detail {
/* grow full width */
@ -241,4 +241,4 @@ contactlist .tooltip {
#app-navigation-toggle-back {
display: none;
}
}
}