Skip to content

Commit 5d75814

Browse files
committed
add transparency to selected option
1 parent 116c301 commit 5d75814

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

dist/themes/podemos/app.less

+7
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@
4848
}
4949
}
5050

51+
[avb-accordion-option] {
52+
&.selected.highlight-selected {
53+
color: @av-secondary !important;
54+
background-color: @av-primary !important;
55+
}
56+
}
57+
5158
[av-booth] {
5259
.btn-success {
5360
background-color: @brand-success !important;

dist/themes/podemos/app.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/podemos/app.less

+7
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@
4848
}
4949
}
5050

51+
[avb-accordion-option] {
52+
&.selected.highlight-selected {
53+
color: @av-secondary !important;
54+
background-color: @av-primary !important;
55+
}
56+
}
57+
5158
[av-booth] {
5259
.btn-success {
5360
background-color: @brand-success !important;

0 commit comments

Comments
 (0)