Skip to content

Commit 084bdef

Browse files
committed
Theme Musson - correctifs
1 parent abc5149 commit 084bdef

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

musson/src/scss/hp.scss

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,18 @@ header#content-header {
231231
#portal-header #portal-header-top #header-links span {
232232
color: #fff !important;
233233

234-
&:hover:focus {
234+
&:hover,
235+
&:focus,
236+
&:active {
235237
color: #000 !important;
236238
}
237239
}
238240

241+
#portal-header #portal-header-top #header-links a:hover:focus,
242+
#portal-header #portal-header-top #header-links span:hover:focus {
243+
color: #000 !important;
244+
}
245+
239246
.r-add-contact a,
240247
.r-add-event a,
241248
.r-add-news a,
@@ -247,7 +254,8 @@ header#content-header {
247254
border: solid 1px $primary;
248255

249256
&:hover,
250-
&:focus {
257+
&:focus,
258+
&:active {
251259
background: $primary-light !important;
252260
border: 1px solid $primary;
253261
color: #000 !important;

0 commit comments

Comments
 (0)