Commit 2002161 1 parent a93fc2d commit 2002161 Copy full SHA for 2002161
File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 94
94
}
95
95
96
96
& :not (.disabled ):hover ,
97
- & .hovered ,
98
- & .focused {
97
+ & .hovered {
99
98
#{$checkbox-prefix } -inner {
100
99
border-color : $checkbox-hovered-border-color ;
101
100
background-color : $checkbox-hovered-bg-color ;
107
106
108
107
& .indeterminate :not (.disabled ):hover ,
109
108
& .indeterminate :not (.disabled ).hovered ,
110
- & .indeterminate.focused ,
111
109
& .checked :not (.disabled ):hover ,
112
- & .checked :not (.disabled ).hovered ,
113
- & .checked.focused {
110
+ & .checked :not (.disabled ).hovered {
114
111
#{$checkbox-prefix } -inner {
115
112
border-color : $checkbox-checked-hovered-border-color ;
116
113
background-color : $checkbox-checked-hovered-bg-color ;
Original file line number Diff line number Diff line change 100
100
& -tabpane {
101
101
visibility : hidden ;
102
102
opacity : 0 ;
103
- height : 0 ;
104
103
105
104
& .active {
106
105
visibility : visible ;
110
109
111
110
& .hidden {
112
111
overflow : hidden ;
112
+ height : 0 !important ;
113
113
margin : 0 !important ;
114
114
padding : 0 !important ;
115
115
border : 0 !important ;
You can’t perform that action at this time.
0 commit comments