File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments