* add ability to hide user via localstorage * remove closures to avoid reconcilation * add actionBinder utilities * add user hide/show feature * remove unused type * fix css for settings user id * remove pointless confirmation for hide/show user in settings * add redux-dev-tools support
16 lines
195 B
SCSS
16 lines
195 B
SCSS
.settings__action {
|
|
margin-left: 8px;
|
|
font-weight: 700;
|
|
color: #0aa;
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
color: #06c5c5;
|
|
}
|
|
|
|
&::before {
|
|
content: '•';
|
|
margin-right: 8px;
|
|
}
|
|
}
|