::-moz-selection & ::selection
Hi,
I was just wondering if there are any plans to include support for the selection override?
Example 1 compiles in the terminal but when written in the form of example 2 it will not compile. I have been using less.app by incident57 (www.incident57.com/less/) which is really good but but when compiling it always returns an error.
Is this supported or are there plans to include it in the future?
Example1
::-moz-selection {
background: @selection_background;
color: @selection_color;
}
::selection {
color: @selection_color;
background: @selection_background;
}
Example 2
::selection, ::-moz-selection {
background: @selection_background;
color: @selection_color;
}
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by 80leaves on 22 Jul, 2012 11:21 AM
any updates to this? I'm having the same issue...