mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(navbar): improved navbar transitions
This commit is contained in:
@@ -21,7 +21,6 @@ $list-background-color: $background-color !default;
|
||||
$list-border-color: #666 !default;
|
||||
|
||||
$link-color: map-get($colors, primary) !default;
|
||||
$link-hover-color: lighten($link-color, 15%) !default;
|
||||
|
||||
$toolbar-background-color: #111 !default;
|
||||
$toolbar-border-color: #000 !default;
|
||||
|
||||
@@ -22,7 +22,6 @@ $list-background-color: $background-color !default;
|
||||
$list-border-color: #c8c7cc !default;
|
||||
|
||||
$link-color: map-get($colors, primary) !default;
|
||||
$link-hover-color: darken($link-color, 15%) !default;
|
||||
|
||||
$toolbar-background-color: #f8f8f8 !default;
|
||||
$toolbar-border-color: #b2b2b2 !default;
|
||||
|
||||
Reference in New Issue
Block a user