UX: Adjust topic progress wrapper border radius (#24470)

This commit is contained in:
Jordan Vidrine 2023-11-21 09:15:20 -06:00 committed by GitHub
parent c33a20cff6
commit e073f4e5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 11 deletions

View File

@ -101,6 +101,23 @@ $topic-progress-height: 42px;
position: relative;
}
}
#topic-progress-wrapper {
.topic-admin-menu-button .toggle-admin-menu {
border-top-right-radius: 0;
border-bottom-left-radius: var(--d-border-radius);
border-bottom-right-radius: 0;
}
#topic-progress {
border-radius: var(--d-border-radius);
overflow: hidden;
}
.topic-admin-menu-button-container + #topic-progress {
border-top-left-radius: 0;
border-top-right-radius: var(--d-border-radius);
border-bottom-left-radius: 0;
border-bottom-right-radius: var(--d-border-radius);
}
}
}
.progress-back-container {

View File

@ -72,17 +72,6 @@
}
}
#topic-progress-wrapper {
.topic-admin-menu-button .toggle-admin-menu {
border-top-right-radius: 0;
border-bottom-left-radius: 0;
}
#topic-progress {
border-top-right-radius: var(--d-border-radius);
border-top-left-radius: var(--d-border-radius);
}
}
.topic-error {
padding: 18px;
width: 90%;