Add border-radius to page-indicator-icon and user-icon

Remove unnecessary CSS rules from user-widget-label
This commit is contained in:
Vladyslav Hroshev
2024-03-26 11:04:45 +02:00
parent 03fbcf2130
commit cc37566374
3 changed files with 8 additions and 7 deletions

View File

@@ -127,6 +127,7 @@
.page-indicator .page-indicator-icon {
border-radius: 99px;
background-color: TEXT-SECONDARY-COLOR;
}

View File

@@ -170,10 +170,3 @@
.user-widget .user-widget-label {
color: TEXT-PRIMARY-COLOR;
}
.user-widget.horizontal .user-icon StIcon,
.user-widget.vertical .user-icon StIcon {
color: TEXT-PRIMARY-COLOR;
background-color: ACCENT-DISABLED-COLOR;
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
}

View File

@@ -67,6 +67,13 @@
/* user avatar */
.user-icon {
border-radius: 999px;
color: TEXT-PRIMARY-COLOR;
background-color: ACCENT-DISABLED-COLOR;
box-shadow: inset 0 0 0 1px BORDER-MENU-SHADOW;
}
.user-icon.user-avatar {
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}