@woosmap/ui 4.53.0 → 4.55.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.53.0",
3
+ "version": "4.55.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -639,6 +639,9 @@
639
639
  &--demo
640
640
  &.btn.btn--primary
641
641
  background-color $demo
642
+ &:disabled
643
+ &:hover
644
+ background-color $demo
642
645
  &--small
643
646
  buttonSmall()
644
647
  &.btn--group
@@ -48,10 +48,11 @@ box()
48
48
  hover()
49
49
  &:not(.btn--group):not(.btn--switch)
50
50
  &:hover
51
- background-color $buttonHover
52
- color $light
53
- .icon
54
- stroke $light
51
+ &:not(:disabled)
52
+ background-color $buttonHover
53
+ color $light
54
+ .icon
55
+ stroke $light
55
56
  disableHoverEffect()
56
57
  &:hover
57
58
  background-color $primary