Skip to content

Commit

Permalink
Remove the svg file from the mask-border
Browse files Browse the repository at this point in the history
[Issue] N/A
[Problem] Radius effect is applied redundantly
[Solution] Remove mask-border among duplicated effects

Signed-off-by: Hunseop Jeong <hs85.jeong@samsung.com>
  • Loading branch information
HunseopJeong authored and singa2000 committed May 19, 2020
1 parent 4af1df7 commit a9f26cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/css/profile/mobile/common/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@
overflow-y: visible;
overflow-x: hidden;
flex-shrink: 1;
mask-border: url(images/0_Round_corner/round.svg) 77;
mask-border-width: 26 * @px_base;
border-radius: 26 * @px_base;

&.ui-content-padding {
Expand All @@ -151,8 +149,6 @@

.ui-content-area {
background-color: var(--background-area-color);
mask-border: url(images/0_Round_corner/round.svg) 77;
mask-border-width: 26 * @px_base;
border-radius: 26 * @px_base;
box-sizing: border-box;
box-shadow: 0 0 0 0.25 * @px_base var(--content-area-line-color) inset;
Expand Down

0 comments on commit a9f26cc

Please sign in to comment.