@jx3box/jx3box-common-ui 9.0.6 → 9.0.8
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/assets/css/header.less
CHANGED
package/package.json
CHANGED
package/src/author/AuthorRss.vue
CHANGED
|
@@ -133,7 +133,7 @@ export default {
|
|
|
133
133
|
.c-author-rss {
|
|
134
134
|
.u-btn.el-button {
|
|
135
135
|
cursor: default;
|
|
136
|
-
&:hover {
|
|
136
|
+
&:not(&.is-disabled):hover {
|
|
137
137
|
cursor: pointer;
|
|
138
138
|
background-color: @light-pink;
|
|
139
139
|
color: #fff;
|
|
@@ -143,6 +143,12 @@ export default {
|
|
|
143
143
|
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(198deg) brightness(104%) contrast(101%);
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
|
+
&.is-disabled {
|
|
147
|
+
cursor: not-allowed !important;
|
|
148
|
+
.u-icon {
|
|
149
|
+
filter: invert(74%) sepia(12%) saturate(138%) hue-rotate(182deg) brightness(106%) contrast(88%);
|
|
150
|
+
}
|
|
151
|
+
}
|
|
146
152
|
}
|
|
147
153
|
.u-icon {
|
|
148
154
|
.size(12px);
|