Skip to content

Commit

Permalink
MainTab: fix for style of active item underline
Browse files Browse the repository at this point in the history
[Issue] #1557
[Problem] MainTab: underline for active tab needs update
[Solution]
 - Style of actvie tab has been updated according to guideline

Signed-off-by: Tomasz Lukawski <t.lukawski@samsung.com>
  • Loading branch information
TomaszLukawskiSam committed Jan 6, 2021
1 parent 37045d7 commit 0aac1f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/profile/mobile/common/maintab.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
position: absolute;
width: 100%;
height: 4 * @px_base;
border-bottom: 2.5 * @px_base dotted var(--primary-dark-color);
border-bottom: 2.5 * @px_base solid var(--primary-dark-color);
border-radius: 1.25 * @px_base;
bottom: 0.75 * @px_base;
box-sizing: border-box;
opacity: 0;
Expand Down

0 comments on commit 0aac1f6

Please sign in to comment.