Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-15 14:22:53 +01:00
UX: Merge support button focus styling with hover
Dieser Commit ist enthalten in:
Ursprung
3b0b6736e4
Commit
5981db90b4
1 geänderte Dateien mit 1 neuen und 6 gelöschten Zeilen
|
@ -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;
|
||||
}
|
||||
|
|
Laden …
In neuem Issue referenzieren