Skip to content
Snippets Groups Projects
Commit 9f37eac5 authored by John Cowen's avatar John Cowen
Browse files

ui: Add user-drag and user-select styles

parent db416539
No related merge requests found
@import '../layouts/index';
// TODO: Move to base
%user-drag-none {
-webkit-user-drag: none;
user-drag: none;
}
// TODO: Decide whether to move to base
* {
@extend %user-drag-none;
}
a {
@extend %user-select-text;
}
// TODO: This shouldn't be done here, decide the best way to do this
// %main-decoration ? %main-skin ? %content-skin ?
// it includes layouts of components, but not layout of itself?
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment