style(core): 优化nav和contextMenu样式
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.chrome-tabs {
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: "Lato", "Noto Sans SC";
|
||||
font-size: 12px;
|
||||
height: 46px;
|
||||
padding: 5px 0px 0px 0px;
|
||||
|
||||
@@ -193,9 +193,10 @@
|
||||
}
|
||||
|
||||
.tippy-box > .tippy-content > .context-menu-list {
|
||||
-webkit-box-shadow: unset;
|
||||
box-shadow: unset;
|
||||
border-radius: 0.25rem;
|
||||
position: relative;
|
||||
-webkit-box-shadow: unset;
|
||||
box-shadow: unset;
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
|
||||
.context-menu-item {
|
||||
|
||||
Reference in New Issue
Block a user