Fix inconsistent radius in drawer (#24407)
parent
a8cd1b1238
commit
fa98363a27
|
@ -2963,6 +2963,8 @@ $ui-header-height: 55px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
border-radius: 4px;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
transition: background 100ms ease-in;
|
transition: background 100ms ease-in;
|
||||||
|
@ -7046,6 +7048,7 @@ noscript {
|
||||||
|
|
||||||
.drawer__pager {
|
.drawer__pager {
|
||||||
height: 50vh;
|
height: 50vh;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drawer__inner {
|
.drawer__inner {
|
||||||
|
|
Loading…
Reference in New Issue