Skip to content

Commit

Permalink
refactor(tabset): remove shadow (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed May 27, 2019
1 parent fef0306 commit 2c11768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/framework/theme/styles/themes/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ $theme: (

tabset-background-color: transparent,
tabset-border-radius: 0,
tabset-shadow: shadow,
tabset-shadow: none,

tabset-tab-background-color: transparent,
tabset-tab-padding: 1rem 2rem,
Expand Down Expand Up @@ -494,7 +494,7 @@ $theme: (

route-tabset-background-color: transparent,
route-tabset-border-radius: 0,
route-tabset-shadow: shadow,
route-tabset-shadow: none,

route-tabset-tab-background-color: transparent,
route-tabset-tab-padding: 1rem 2rem,
Expand Down

0 comments on commit 2c11768

Please sign in to comment.