fix(ui): remove default border on mobile action button menu
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
padding-bottom: 16px; // to match antd nav margin-bottom
|
||||
|
||||
button {
|
||||
height: 100%;
|
||||
}
|
||||
@@ -21,3 +22,7 @@
|
||||
.menu {
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
.menuButton {
|
||||
border-color: var(--theme-color-components-content-background);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user