feat(design): little tweaks for context menu box shadow

This commit is contained in:
Phan An 2022-07-20 11:45:47 +02:00
parent 3085a4fcf2
commit f67c9a23de
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC
2 changed files with 2 additions and 1 deletions

View file

@ -83,6 +83,7 @@ export default [
properties: {
'--color-highlight': '#ed5135',
'--bg-image': `url(${bgDawn})`,
'--color-bg-primary': '#1e2747',
'--bg-position': 'center bottom'
}
},

View file

@ -277,7 +277,7 @@
z-index: 1001;
align-items: stretch;
text-align: left;
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.6), 0 2px 15px 4px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.3), 0 2px 15px 4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1);
input[type="search"], input[type="text"], input[type="email"], input[type="url"] {
background: var(--color-text-primary);