mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
margin, padding, size, and color tweaks (#374)
* margin, padding, size, and color tweaks * Remove commented out code * Use pointer-events instead of double click event * Use v-deep for v-sheet in v-dialog * Add newline * Fix stylelint complaint * Fix tests Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -33,7 +33,7 @@ export default defineComponent({
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.v-overlay {
|
||||
--v-overlay-color: rgba(38, 50, 56, 0.75);
|
||||
--v-overlay-color: rgba(38, 50, 56, 0.9);
|
||||
--v-overlay-z-index: 500;
|
||||
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user