blob: 4216a05cf65c7fb94b116ffc34de36948a787d24 (
plain)
1
2
3
4
5
6
7
|
:focus { background-color: green; }
/**
* autofocus is considered like a keyboard focus and .focus() isn't.
* We might change that with bug 620056 but for these tests, we don't really care.
*/
::-moz-focus-inner { border: none; }
|