UX: Adjust topic progress wrapper border radius (#24470)
This commit is contained in:
parent
c33a20cff6
commit
e073f4e5a6
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue