Skip to content

Commit b40a18b

Browse files
authored
Merge branch 'master' into didimmova/update-button-group-theme
2 parents b5bcc6b + d665827 commit b40a18b

8 files changed

Lines changed: 182 additions & 49 deletions

File tree

package-lock.json

Lines changed: 25 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/igniteui-angular/core/src/core/styles/components/splitter/_splitter-component.scss

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@extend %igx-splitter-base !optional;
1717

1818
@include b(#{$this}-bar-host) {
19-
&:focus {
19+
&:focus-visible {
2020
@extend %igx-splitter-bar--focus !optional;
2121
}
2222
}
@@ -39,9 +39,35 @@
3939
@extend %igx-splitter-expander--end !optional;
4040
}
4141

42+
&:active {
43+
@extend %igx-splitter-bar--active !optional;
44+
45+
@include e(handle) {
46+
@extend %igx-splitter-handle--active !optional;
47+
}
48+
49+
@include e(expander, 'start') {
50+
@extend %igx-splitter-expander--start--active !optional;
51+
}
52+
53+
@include e(expander, 'end') {
54+
@extend %igx-splitter-expander--end--active !optional;
55+
}
56+
}
57+
4258
@include m('vertical') {
4359
@extend %igx-splitter-bar--vertical !optional;
4460

61+
&:active {
62+
@include e(expander, 'start') {
63+
@extend %igx-splitter-expander--start-vertical--active !optional;
64+
}
65+
66+
@include e(expander, 'end') {
67+
@extend %igx-splitter-expander--end-vertical--active !optional;
68+
}
69+
}
70+
4571
@include e(handle) {
4672
@extend %igx-splitter-handle !optional;
4773
@extend %igx-splitter-handle--vertical !optional;

0 commit comments

Comments
 (0)