Browse Source

fix(dialogs-style): Remove box shadow from header and footer

j8
Tudor D. Pop 4 years ago
parent
commit
f38bf7b14c
No account linked to committer's email address
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      css/_atlaskit_overrides.scss

+ 8
- 0
css/_atlaskit_overrides.scss View File

38
  * Override @atlaskit/modal-dialog header styling
38
  * Override @atlaskit/modal-dialog header styling
39
  */
39
  */
40
 .atlaskit-portal [role="dialog"] header {
40
 .atlaskit-portal [role="dialog"] header {
41
+    box-shadow: none;
41
     .jitsi-icon {
42
     .jitsi-icon {
42
         cursor: pointer;
43
         cursor: pointer;
43
     }
44
     }
47
     }
48
     }
48
 }
49
 }
49
 
50
 
51
+/**
52
+ * Override @atlaskit/modal-dialog footer styling.
53
+ */
54
+ .atlaskit-portal [role="dialog"] footer {
55
+     box-shadow: none;
56
+ }
57
+
50
 /**
58
 /**
51
  * Make header close button more easily tappable on mobile.
59
  * Make header close button more easily tappable on mobile.
52
  */
60
  */

Loading…
Cancel
Save