ui: fix non working things

This commit is contained in:
Jean-Baptiste Pasquier
2019-05-20 15:06:07 +02:00
parent 30ca2223c2
commit 30f0e39dce
6 changed files with 54 additions and 53 deletions

View File

@ -61,7 +61,7 @@
}
details {
cursor: pointer;
// cursor: pointer;
summary {
@ -106,11 +106,11 @@ details {
details#user-controls {
summary:focus {
background-color: $color-233-18-29;
color: $color-0-0-100;
outline: none;
}
// summary:focus {
// background-color: $color-233-18-29;
// color: $color-0-0-100;
// outline: none;
// }
#user-controls__profile {
div {
@ -131,7 +131,7 @@ details#user-controls {
}
sib-display-value[name='first_name'] {
@include icon('arrow-down');
// @include icon('arrow-down');
align-items: center;
display: flex;
flex-direction: row-reverse;
@ -185,23 +185,23 @@ details#user-controls {
}
}
&[open] {
background-color: $color-233-18-29;
color: $color-0-0-100;
// &[open] {
// background-color: $color-233-18-29;
// color: $color-0-0-100;
#user-controls__profile {
// #user-controls__profile {
div {
// div {
sib-display-value[name='first_name'] {
@include icon('close');
// sib-display-value[name='first_name'] {
// @include icon('close');
&::before {
margin-left: 1.5rem;
}
}
}
}
}
// &::before {
// margin-left: 1.5rem;
// }
// }
// }
// }
// }
}