@appscode/design-system 1.1.0-beta.97 → 1.1.0-beta.98
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
|
@@ -367,8 +367,9 @@ onUpdated(() => {
|
|
|
367
367
|
color: $primary-10;
|
|
368
368
|
border: none;
|
|
369
369
|
|
|
370
|
-
a {
|
|
370
|
+
a:not(.tag a) {
|
|
371
371
|
color: $primary;
|
|
372
|
+
font-weight: 500 !important;
|
|
372
373
|
transition: 0.3s ease-in-out;
|
|
373
374
|
font-weight: 400;
|
|
374
375
|
}
|
|
@@ -377,8 +378,8 @@ onUpdated(() => {
|
|
|
377
378
|
.tag {
|
|
378
379
|
a {
|
|
379
380
|
color: $primary;
|
|
380
|
-
font-weight: 500;
|
|
381
381
|
transition: 0.3s ease-in-out;
|
|
382
|
+
font-weight: 500;
|
|
382
383
|
|
|
383
384
|
&:hover {
|
|
384
385
|
color: $primary-5;
|