ui: fix non working things
This commit is contained in:
@ -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;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user