diff --git a/scss/modules/modals/_base.scss b/scss/modules/modals/_base.scss index 97384158..b4c46b0c 100644 --- a/scss/modules/modals/_base.scss +++ b/scss/modules/modals/_base.scss @@ -15,9 +15,9 @@ } .modal-footer { - background: padding-box $color-shade-darkest; - border-top: 1px solid $color-shade-light; - box-shadow: inset 0 1px 0 $color-shadow-dark; + background: padding-box $color-base; + border-top: 1px solid transparent; + box-shadow: none; } .modal-header { diff --git a/scss/modules/modals/_share.scss b/scss/modules/modals/_share.scss index 90ad30f5..e0ad219d 100644 --- a/scss/modules/modals/_share.scss +++ b/scss/modules/modals/_share.scss @@ -1,3 +1,13 @@ +.basic_share_dialog { + .share_dialog_divider { + border-top-color: transparent; + } +} + +.share_dialog_attachment_container { + color: $base-font-color; +} + #share_dialog .file_list_item { border-color: $color-shade-darkest; }