File tree 3 files changed +0
-41
lines changed 3 files changed +0
-41
lines changed Original file line number Diff line number Diff line change @@ -7202,10 +7202,6 @@ video {
7202
7202
user-select: all !important;
7203
7203
}
7204
7204
7205
- .select-contain {
7206
- user-select: contain !important;
7207
- }
7208
-
7209
7205
.select-auto {
7210
7206
user-select: auto !important;
7211
7207
}
@@ -14107,10 +14103,6 @@ video {
14107
14103
user-select: all !important;
14108
14104
}
14109
14105
14110
- .sm\:select-contain {
14111
- user-select: contain !important;
14112
- }
14113
-
14114
14106
.sm\:select-auto {
14115
14107
user-select: auto !important;
14116
14108
}
@@ -21013,10 +21005,6 @@ video {
21013
21005
user-select: all !important;
21014
21006
}
21015
21007
21016
- .md\:select-contain {
21017
- user-select: contain !important;
21018
- }
21019
-
21020
21008
.md\:select-auto {
21021
21009
user-select: auto !important;
21022
21010
}
@@ -27919,10 +27907,6 @@ video {
27919
27907
user-select: all !important;
27920
27908
}
27921
27909
27922
- .lg\:select-contain {
27923
- user-select: contain !important;
27924
- }
27925
-
27926
27910
.lg\:select-auto {
27927
27911
user-select: auto !important;
27928
27912
}
@@ -34825,10 +34809,6 @@ video {
34825
34809
user-select: all !important;
34826
34810
}
34827
34811
34828
- .xl\:select-contain {
34829
- user-select: contain !important;
34830
- }
34831
-
34832
34812
.xl\:select-auto {
34833
34813
user-select: auto !important;
34834
34814
}
Original file line number Diff line number Diff line change @@ -7202,10 +7202,6 @@ video {
7202
7202
user-select : all;
7203
7203
}
7204
7204
7205
- .select-contain {
7206
- user-select : contain;
7207
- }
7208
-
7209
7205
.select-auto {
7210
7206
user-select : auto;
7211
7207
}
@@ -14107,10 +14103,6 @@ video {
14107
14103
user-select : all;
14108
14104
}
14109
14105
14110
- .sm\:select-contain {
14111
- user-select : contain;
14112
- }
14113
-
14114
14106
.sm\:select-auto {
14115
14107
user-select : auto;
14116
14108
}
@@ -21013,10 +21005,6 @@ video {
21013
21005
user-select : all;
21014
21006
}
21015
21007
21016
- .md\:select-contain {
21017
- user-select : contain;
21018
- }
21019
-
21020
21008
.md\:select-auto {
21021
21009
user-select : auto;
21022
21010
}
@@ -27919,10 +27907,6 @@ video {
27919
27907
user-select : all;
27920
27908
}
27921
27909
27922
- .lg\:select-contain {
27923
- user-select : contain;
27924
- }
27925
-
27926
27910
.lg\:select-auto {
27927
27911
user-select : auto;
27928
27912
}
@@ -34825,10 +34809,6 @@ video {
34825
34809
user-select : all;
34826
34810
}
34827
34811
34828
- .xl\:select-contain {
34829
- user-select : contain;
34830
- }
34831
-
34832
34812
.xl\:select-auto {
34833
34813
user-select : auto;
34834
34814
}
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ export default function() {
5
5
'.select-none' : { 'user-select' : 'none' } ,
6
6
'.select-text' : { 'user-select' : 'text' } ,
7
7
'.select-all' : { 'user-select' : 'all' } ,
8
- '.select-contain' : { 'user-select' : 'contain' } ,
9
8
'.select-auto' : { 'user-select' : 'auto' } ,
10
9
} ,
11
10
variants ( 'userSelect' )
You can’t perform that action at this time.
0 commit comments