Skip to content

Commit

Permalink
Listview: Subheader - change implementation of subheader line
Browse files Browse the repository at this point in the history
[Issue] #1180
[Problem] List: Image removed but still exists in implementation
[Solution]
 - Mask image was replaced by border line dotted

Signed-off-by: Tomasz Lukawski <t.lukawski@samsung.com>
  • Loading branch information
TomaszLukawskiSam authored and HunseopJeong committed Jul 8, 2020
1 parent 6752b3d commit f0be9f5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/css/profile/mobile/common/listview.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,8 @@ tau-expandable {
content: "";
display: inline-flex;
width: calc(~"100%" - 20 * @px_base);
background-color: var(--subheader-divider-color);
mask-image: url(images/6_Lists/tw_list_subheader_divider.svg);
mask-size: 4.5 * @px_base 1.5 * @px_base;
mask-repeat: repeat-x;
mask-position: center;
height: 1.5 * @px_base;
border-bottom: 3 * @px_base dotted var(--subheader-divider-color);
height: 0;
align-items: center;
margin-right: 20 * @px_base;
}
Expand Down

0 comments on commit f0be9f5

Please sign in to comment.