sapp-common-package-test-final 1.7.3 → 1.7.5
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 +8 -4
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -710,13 +710,17 @@ button._1GA3p:hover {
|
|
710
710
|
}
|
711
711
|
|
712
712
|
button {
|
713
|
-
|
714
|
-
|
713
|
+
-webkit-user-select: none;
|
714
|
+
-moz-user-select: none;
|
715
|
+
user-select: none
|
715
716
|
}
|
716
717
|
|
717
718
|
button:focus {
|
718
719
|
outline: 2px solid transparent;
|
719
|
-
outline-offset: 2px
|
720
|
+
outline-offset: 2px;
|
721
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
722
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
723
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
|
720
724
|
}
|
721
725
|
|
722
726
|
@tailwind utilities;
|
@@ -1055,7 +1059,7 @@ button._3-kZ6 {
|
|
1055
1059
|
|
1056
1060
|
|
1057
1061
|
button {
|
1058
|
-
@apply focus:outline-none
|
1062
|
+
@apply focus:outline-none focus:ring-0 select-none;
|
1059
1063
|
}
|
1060
1064
|
|
1061
1065
|
._2Y9jk ._3puh0 {
|