Updated visuals for unread items that no longer relys on bold text. The paddings have been toned down to be more in line with other UI elements.
Closes #3329
background-color: $wcfSidebarBackground;
color: $wcfSidebarHeadlineText;
display: flex;
- padding: 10px 20px;
+ padding: 10px;
a {
color: $wcfSidebarHeadlineLink;
/* dropdown item list */
.interactiveDropdownItems {
> li {
- padding: 15px 20px;
+ padding: 10px;
position: relative;
&:not(:last-child) {
overflow: hidden;
}
+ small {
+ align-items: center;
+ color: $wcfContentDimmedText;
+ display: flex;
+ margin-top: 3px;
+ }
+
@include screen-sm-down {
padding: 10px;
}
flex: 1 1 auto;
}
- h3 {
- font-weight: bold;
+ small::after {
+ background-color: rgb(49, 138, 220);
+ border-radius: 50%;
+ content: "";
+ height: 8px;
+ margin-left: 5px;
+ width: 8px;
}
}
background-color: $wcfSidebarBackground;
color: $wcfSidebarHeadlineText;
display: block;
- padding: 10px 20px;
+ padding: 10px;
text-align: center;
&:hover {