mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Remove some vendor-prefixed selectors from sass
This commit is contained in:
parent
220c0ada63
commit
3884129a18
@ -235,16 +235,10 @@
|
|||||||
|
|
||||||
@mixin selection($current-selector: false) {
|
@mixin selection($current-selector: false) {
|
||||||
@if $current-selector {
|
@if $current-selector {
|
||||||
&::-moz-selection {
|
|
||||||
@content;
|
|
||||||
}
|
|
||||||
&::selection {
|
&::selection {
|
||||||
@content;
|
@content;
|
||||||
}
|
}
|
||||||
} @else {
|
} @else {
|
||||||
::-moz-selection {
|
|
||||||
@content;
|
|
||||||
}
|
|
||||||
::selection {
|
::selection {
|
||||||
@content;
|
@content;
|
||||||
}
|
}
|
||||||
@ -422,9 +416,6 @@
|
|||||||
|
|
||||||
@mixin unselectable {
|
@mixin unselectable {
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
-ms-user-select: none;
|
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user