@@ -1,5 +1,12 @@
|
||||
// ============================================================================
|
||||
// Preset Import/Export Dialogs
|
||||
// Wrapper divs we added to satisfy the single-root-element requirement
|
||||
.sp-preset-export-dialog,
|
||||
.sp-preset-import-dialog {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
// Story 3.3: Preset Import & Export
|
||||
// ============================================================================
|
||||
|
||||
@@ -159,9 +166,6 @@
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
z-index: 2;
|
||||
|
||||
// Prevent pointer events from bubbling through
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.sp-file-label {
|
||||
|
||||
Reference in New Issue
Block a user