1
0
Fork 0

UX: Merge support button focus styling with hover

Dieser Commit ist enthalten in:
Keegan George 2021-06-08 18:33:59 -07:00
Ursprung 3b0b6736e4
Commit 5981db90b4

Datei anzeigen

@ -716,7 +716,7 @@
color: white;
}
&:hover {
&:hover, &:focus {
background: #2d1569 !important;
color: rgba(white, 0.8);
&[href], svg.d-icon {
@ -724,11 +724,6 @@
}
}
&:focus {
border: 2px solid white;
background: #2d1569 !important;
}
&[href] {
color: white;
}