sapp-common-package-test-final 1.7.3 → 1.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +4 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -710,6 +710,9 @@ button._1GA3p:hover {
|
|
710
710
|
}
|
711
711
|
|
712
712
|
button {
|
713
|
+
-webkit-user-select: none !important;
|
714
|
+
-moz-user-select: none !important;
|
715
|
+
user-select: none !important;
|
713
716
|
outline: 2px solid transparent !important;
|
714
717
|
outline-offset: 2px !important
|
715
718
|
}
|
@@ -1055,7 +1058,7 @@ button._3-kZ6 {
|
|
1055
1058
|
|
1056
1059
|
|
1057
1060
|
button {
|
1058
|
-
@apply focus:outline-none !outline-none;
|
1061
|
+
@apply focus:outline-none !outline-none !select-none;
|
1059
1062
|
}
|
1060
1063
|
|
1061
1064
|
._2Y9jk ._3puh0 {
|