зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1377285 - better focus styling for onboarding-tour action buttons. r=mossop
MozReview-Commit-ID: DuVWIzaKJkG
This commit is contained in:
Родитель
84b7350f94
Коммит
8e51be4606
|
@ -313,6 +313,18 @@
|
|||
margin-top: -32px;
|
||||
}
|
||||
|
||||
/* Remove default dotted outline around buttons' text */
|
||||
.onboarding-tour-action-button::-moz-focus-inner {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* Keyboard focus specific outline */
|
||||
.onboarding-tour-action-button:-moz-focusring {
|
||||
outline: 2px solid rgba(0,149,221,0.5);
|
||||
outline-offset: 1px;
|
||||
-moz-outline-radius: 2px;
|
||||
}
|
||||
|
||||
.onboarding-tour-action-button:hover:not([disabled]) ,
|
||||
#onboarding-notification-action-btn:hover {
|
||||
background: #0060df;
|
||||
|
|
Загрузка…
Ссылка в новой задаче