mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
b=294852, canvas is too easily selected, r=vladimir,a=bsmedberg
This commit is contained in:
parent
a14f4645a1
commit
b651bbf0d3
@ -422,6 +422,10 @@ spacer {
|
||||
float: none ! important;
|
||||
}
|
||||
|
||||
canvas {
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
||||
/* focusable content: anything w/ tabindex >=0 is focusable */
|
||||
abbr:focus, acronym:focus, address:focus, applet:focus, b:focus,
|
||||
base:focus, big:focus, blockquote:focus, br:focus, canvas:focus, caption:focus,
|
||||
|
Loading…
Reference in New Issue
Block a user