enhance: remove specific shadow-xl style for the dark theme

This commit is contained in:
Tienson Qin
2021-11-09 14:08:40 +08:00
parent 4c01e4c611
commit b5e9fbb314
2 changed files with 1 additions and 4 deletions

View File

@@ -1172,10 +1172,6 @@ html[data-theme='dark'] .keyboard-shortcut > code {
box-shadow: inset 0 -1px 0 var(--ls-primary-background-color), 0 0 1px 1px rgba(255, 255, 255,.2);
}
html[data-theme='dark'] .shadow-xl {
box-shadow: 0 10px 10px -5px #044656;
}
.ui__modal-panel {
border-radius: 8px;
}

View File

@@ -6,6 +6,7 @@
}
.cards-title {
border-radius: 4px;
background: var(--color-level-1);
padding: 4px 6px;
}