mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
90630edef7
* Remove border radius from network menu list * Provide background color for test network avatars * Make button size large * Update ui/components/multichain/network-list-item/network-list-item.js Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net> * Fix lint --------- Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net>
10 lines
171 B
SCSS
10 lines
171 B
SCSS
.multichain-network-list-menu {
|
|
max-height: 200px;
|
|
overflow: auto;
|
|
|
|
/* Overrides the popover's default behavior */
|
|
&-content-wrapper {
|
|
border-radius: 0;
|
|
}
|
|
}
|