@ticatec/uniface-element 0.1.60 → 0.1.61
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
import { ModalResult } from "../message-box";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
import { ModalResult } from "../message-box";
|
|
@@ -3484,10 +3484,6 @@ root {
|
|
|
3484
3484
|
.uniface-icon.clickable {
|
|
3485
3485
|
cursor: pointer;
|
|
3486
3486
|
}
|
|
3487
|
-
.uniface-icon.clickable:hover {
|
|
3488
|
-
background-color: var(--uniface-plain-hover-color, #42A5F5);
|
|
3489
|
-
border-radius: 50%;
|
|
3490
|
-
}
|
|
3491
3487
|
.uniface-icon.clickable:active {
|
|
3492
3488
|
position: relative;
|
|
3493
3489
|
top: 1px;
|