Skip to content

fix(common): removing unnecessary borders and fixing popover's background (#UIM-396) #449

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/mosaic/modal/_modal-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
}

.mc-modal-footer {
border-top: 1px solid $divider-color;
background-color: $footer_background-color;
}

Expand All @@ -55,7 +54,6 @@

.mc-confirm {
.mc-confirm-btns {
border-top: 1px solid $divider-color;
background-color: $footer_background-color;
}
}
Expand Down
1 change: 0 additions & 1 deletion packages/mosaic/popover/_popover-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

.mc-popover__footer {
background-color: $footer_background-color;
border-top-color: map-get($foreground, divider);
}

.mc-popover .mc-popover__arrow {
Expand Down
2 changes: 0 additions & 2 deletions packages/mosaic/popover/popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ $mc-popover-large-width: 640px;
.mc-popover__footer {
margin-top: 8px;
padding: 12px 16px;
border-top-width: $border-size;
border-top-style: solid;
}

.mc-popover_placement-top,
Expand Down
1 change: 0 additions & 1 deletion packages/mosaic/sidepanel/_sidepanel-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
}

.mc-sidepanel-footer {
border-top: 1px solid $divider-color;
background-color: map-get($popup-common, footer_background-color);
}
}
Expand Down