mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Adjust topic progress wrapper border radius (#24470)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user