Skip to content

Commit 7362901

Browse files
author
vvo
committed
fix(collapsible): stop duplicating collapsible styling
this is a hotfix
1 parent 8a47b0b commit 7362901

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

src/css/_base.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,3 @@
2929
}
3030
}
3131
}
32-
33-
.ais-root__collapsible .ais-header {
34-
cursor: pointer;
35-
}
36-
37-
.ais-root__collapsed .ais-body, .ais-root__collapsed .ais-footer {
38-
display: none;
39-
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.ais-root__collapsible .ais-header {
2+
cursor: pointer;
3+
}
4+
5+
.ais-root__collapsed .ais-body, .ais-root__collapsed .ais-footer {
6+
display: none;
7+
}

src/css/instantsearch.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
@import "default/price-ranges" ;
1515
@import "default/clear-all";
1616
@import "default/current-refined-values";
17-
17+
@import "default/header-footer";

0 commit comments

Comments
 (0)