@acorex/styles 3.0.49 → 3.0.53

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": "@acorex/styles",
3
- "version": "3.0.49",
3
+ "version": "3.0.53",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -35,7 +35,8 @@
35
35
  }
36
36
  }
37
37
  &.disabled {
38
- color: var(--ax-gray-light-color) !important;
38
+ // color: var(--ax-gray-light-color) !important;
39
+ opacity: 0.6;
39
40
  cursor: not-allowed;
40
41
  }
41
42
  &.divider {
package/scss/master.scss CHANGED
@@ -147,15 +147,16 @@
147
147
  background: var(--ax-#{$name}-dark-#{$color-suffix});
148
148
  }
149
149
  &.disabled {
150
- background: var(--ax-gray-color) !important;
151
- color: var(--ax-gray-fore-color) !important;
152
- border-color: var(--ax-gray-color) !important;
150
+ // background: var(--ax-gray-color) !important;
151
+ // color: var(--ax-gray-fore-color) !important;
152
+ opacity: 0.6;
153
+ // border-color: var(--ax-gray-color) !important;
153
154
  cursor: not-allowed;
154
- &:hover,
155
- &:active {
156
- background: var(--ax-gray-color) !important;
157
- color: var(--ax-gray-fore-color) !important;
158
- }
155
+ // &:hover,
156
+ // &:active {
157
+ // background: var(--ax-gray-color) !important;
158
+ // color: var(--ax-gray-fore-color) !important;
159
+ // }
159
160
  }
160
161
  &.twotone {
161
162
  background: var(--ax-#{$name}-trans-light-#{$color-suffix});
package/scss/menu.scss CHANGED
@@ -101,7 +101,7 @@
101
101
  }
102
102
 
103
103
  &:hover {
104
- background-color: var(--ax-border-color);
104
+ // background-color: var(--ax-border-color);
105
105
 
106
106
  > ul {
107
107
  top: 0;
@@ -118,19 +118,29 @@
118
118
  cursor: pointer;
119
119
 
120
120
  &.disabled {
121
- color: var(--ax-gray-color) !important;
122
- background-color: var(--ax-gray-trans-light-color) !important;
121
+ // color: var(--ax-gray-color) !important;
122
+ // background-color: var(--ax-gray-trans-light-color) !important;
123
+ opacity: 0.6;
123
124
  cursor: not-allowed !important;
124
125
 
125
126
  i {
126
127
  color: var(--ax-gray-dark-color) !important;
127
128
  }
128
129
 
129
- &:hover {
130
- background: var(--ax-light-light-color) !important;
131
- border-color: var(--ax-light-light-color) !important;
132
- color: var(--ax-gray-dark-color) !important;
133
- cursor: not-allowed !important;
130
+ // &:hover {
131
+ // background: var(--ax-light-light-color) !important;
132
+ // border-color: var(--ax-light-light-color) !important;
133
+ // color: var(--ax-gray-dark-color) !important;
134
+ // cursor: not-allowed !important;
135
+ // }
136
+ }
137
+
138
+ > ul {
139
+ // padding: 0.25rem 0;
140
+ li{
141
+ border-top: none;
142
+ border-right: none;
143
+ border-left: none;
134
144
  }
135
145
  }
136
146
 
@@ -18,7 +18,8 @@
18
18
  }
19
19
  &.disabled {
20
20
  // border-color: var(--ax-gray-color) !important;
21
- background-color: var(--ax-gray-color) !important;
21
+ // background-color: var(--ax-gray-color) !important;
22
+ opacity: 0.6;
22
23
  cursor: not-allowed !important;
23
24
  }
24
25
  &:hover{