File tree Expand file tree Collapse file tree 3 files changed +10
-17
lines changed Expand file tree Collapse file tree 3 files changed +10
-17
lines changed Original file line number Diff line number Diff line change 4
4
## Release 2.8.3 - February 4, 2019
5
5
6
6
## Components
7
+ ### [ Tabs] ( https://www.lightningdesignsystem.com/components/tabs )
8
+ #### Changed
9
+ - Removed animation when invoking an active tab
10
+
7
11
### [ Global Navigation] ( https://www.lightningdesignsystem.com/components/global-navigation )
8
12
#### Fixed
9
13
- Fixed issue where a navigation item would lose its background color when active and/or hovered.
Original file line number Diff line number Diff line change 3
3
# Tabs Release Notes
4
4
5
5
<!-- ## [Unreleased] -->
6
+ ## 2.8.3
7
+
8
+ ### Changed
9
+
10
+ - Removed animation when invoking an active tab
11
+
6
12
## 2.8.0
7
13
8
14
### Added
Original file line number Diff line number Diff line change 3
3
4
4
@import ' deprecate' ;
5
5
6
- // Animation for `slds-is-active` state
7
- @keyframes shadow {
8
-
9
- 0% {
10
- box-shadow : inset 0 0 $brand-light ;
11
- }
12
-
13
- 50% {
14
- box-shadow : inset 0 rem (-30px ) $brand-primary-transparent-40 ;
15
- }
16
-
17
- 100% {
18
- box-shadow : inset 0 rem (-40px ) $brand-light ;
19
- }
20
- }
21
-
22
6
/* *
23
7
* @summary Initializes a default tablist
24
8
*
88
72
& .slds-active ,
89
73
& .slds-is-active {
90
74
color : $color-text-action-label-active ;
91
- animation : shadow 300ms ;
92
75
93
76
& :after {
94
77
background-color : $brand-primary ;
You can’t perform that action at this time.
0 commit comments