While it doesn't seem to make a lot of sense, it eliminates those
horrible dotted borders every time you click anything in mozilla/
firefox/etc.
I have a non-sass stylesheet containing a couple parts of the
'YUI!' (specifically, 'reset' and 'fonts'), so I just added it to the
end of that, since it's a style I end up using globally anyhow.
I'll try the *:focus if it comes up again though, sounds like a good
fix.
Thanks for the reply.
/burke
On Jul 20, 10:41 am, Nathan Weizenbaum <[EMAIL PROTECTED]> wrote:
> Just saying ":focus" doesn't make any sense; it needs to have an
> element. If you want that to be true for everything that has focus, you
> could use *:focus.
>
> - Nathan
>
> Burke Libbey wrote:
> > How can I do this with sass?
>
> > :focus { -moz-outline-style: none; }
>
> > Obviously, the first thing you'd try would be
>
> > :focus
> > :-moz-outline-style none
>
> > But the colon is going to make it very angry. Is there a way around
> > this, or should I include it in my regular css file?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---