welcome_css 0.63 → 0.64

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67754d2ecc1c20ca43fd8f132ea58088108da46767fb5091cdd76c62e9bd8a7e
4
- data.tar.gz: e6adc5aa05f49a1475b1eec6bd209777c5ade42e7ca3ea98f279e925ddcfc93a
3
+ metadata.gz: 90922e9b25bff45a7b619eb345e33b668fc47a2af84d38d356f2323a595b5587
4
+ data.tar.gz: 228e2f84ab733c7da0900b5dc5c6f927337189327e6b59fb56bc8502275fdbcc
5
5
  SHA512:
6
- metadata.gz: 7f277b68ba58c850b395446ab6bce71e97f1386648d4b74dbac56d861caf11a5305bc3998cf6ac365e2fdd9b9c8832c04059d9c2be072e065ac0031759f51f6e
7
- data.tar.gz: cf9a0d319cc00b472026cfd7900a610d3cf005e2f23491999b874a3b39996b0eb27aeda73255712de6c3422d03b2ded8218cb45233b70ca7c39272a3b957d449
6
+ metadata.gz: 552d1afb5abf5fb740a8618616258583069d0a24eadcc08058b42aee2b4309d2522b1844018c4ad224f1c511ddb6a3ce3dccb63f5a0df1ae47850b3d94bd29ff
7
+ data.tar.gz: 23c2b452d57c8ee7f69815faee847b110320c3eeaebb7fb51e71b6d6d4de8899bb868790475a237606192c0d7c83da21d1b5e5efdf26e2c091bd86f65fccb52c
@@ -2686,6 +2686,16 @@ table .ui-table-row {
2686
2686
  .ui-app-area .items-container .table-item.Activate .product-brand {
2687
2687
  opacity: 50%;
2688
2688
  }
2689
+ .ui-app-area .items-container.inactive-products .table-item.Activate .img-container,
2690
+ .ui-app-area .items-container.inactive-products .table-item.Activate h4,
2691
+ .ui-app-area .items-container.inactive-products .table-item.Activate .product-price,
2692
+ .ui-app-area .items-container.inactive-products .table-item.Activate .product-component,
2693
+ .ui-app-area .items-container.inactive-products .table-item.Activate .product-brand {
2694
+ opacity: 100% !important;
2695
+ }
2696
+ .table-item [aria-busy="true"] {
2697
+ background-color: #ff0000 !important;
2698
+ }
2689
2699
  .ui-app-area .items-container .table-item .img-container {
2690
2700
  display: block;
2691
2701
  position: relative;
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.63"
2
+ VERSION = "0.64"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: welcome_css
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.63'
4
+ version: '0.64'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Camacho
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-31 00:00:00.000000000 Z
11
+ date: 2022-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails