Skip to content

Commit 36a6409

Browse files
committed
Add separate Web eID for mobile section
1 parent bdde491 commit 36a6409

File tree

4 files changed

+382
-161
lines changed

4 files changed

+382
-161
lines changed

example/src/main/resources/static/css/bootstrap.min.css

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

example/src/main/resources/static/css/main.css

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,52 @@ body {
6767
.eu-logo-fixed img {
6868
height: 86px;
6969
}
70+
71+
/* Remove blue focus outline from accordion buttons */
72+
.accordion-button:focus {
73+
box-shadow: none !important;
74+
border-color: rgba(0,0,0,.125);
75+
}
76+
77+
/* Remove blue highlight from active/open accordion buttons */
78+
.accordion-button:not(.collapsed) {
79+
box-shadow: none !important;
80+
border-color: rgba(0,0,0,.125);
81+
}
82+
83+
/* Remove any focus-visible styles */
84+
.accordion-button:focus-visible {
85+
box-shadow: none !important;
86+
outline: none !important;
87+
}
88+
89+
/* Remove outline from accordion items */
90+
.accordion-button {
91+
outline: none !important;
92+
font-weight: bold !important;
93+
}
94+
95+
/* Remove background color from opened accordion sections */
96+
.accordion-button:not(.collapsed) {
97+
background-color: transparent !important;
98+
color: inherit !important;
99+
}
100+
101+
/* Keep consistent background for all accordion states */
102+
.accordion-button,
103+
.accordion-button.collapsed,
104+
.accordion-button:hover,
105+
.accordion-button:active {
106+
background-color: transparent !important;
107+
}
108+
109+
/* Remove any highlighting from accordion body and items */
110+
.accordion-item {
111+
background-color: transparent !important;
112+
border: none !important;
113+
}
114+
115+
.accordion-body {
116+
background-color: transparent !important;
117+
}
118+

example/src/main/resources/static/js/bootstrap.bundle.min.js

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

0 commit comments

Comments
 (0)