This website requires JavaScript.
Explore
Help
Sign In
etan39
/
cloudstack
mirror of
https://github.com/apache/cloudstack.git
Watch
1
Star
0
Fork
You've already forked cloudstack
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ui-restyle
cloudstack
/
ui
/
stylesheets
/
lib
/
bourbon
/
css3
/
_user-select.scss
4 lines
95 B
SCSS
Raw
Permalink
Blame
History
@mixin
user-select
(
$arg
:
none
)
{
@include
prefixer
(
user-select
,
$arg
,
webkit
moz
ms
spec
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink