sul-dlss-deprecated / universalviewer

The Universal Viewer is a community-developed open source project on a mission to help you share your content with the world
http://universalviewer.io
Other
0 stars 1 forks source link

Keyboard focus is extremely difficult to see in Firefox #14

Closed jvine closed 6 years ago

jvine commented 6 years ago

The dotted outline sometimes is truncated by other controls, or overlapping the focused control, or just invisible.

screen shot 2017-07-17 at 5 37 43 pm screen shot 2017-07-17 at 5 38 20 pm screen shot 2017-07-17 at 5 38 12 pm screen shot 2017-07-17 at 5 38 04 pm screen shot 2017-07-17 at 5 37 55 pm

edsilv commented 6 years ago

This is overridable in your theme. e.g.

.uv {

   button:focus {
        outline: 1px dotted @btn-focused-border;
    }
}