diff options
| author | shpuld <shp@cock.li> | 2017-11-24 23:55:46 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-24 23:55:46 +0200 |
| commit | f02229fed266dfd2e23d0675b2cd7e7c9bd649e7 (patch) | |
| tree | 0194a15fe2c6ae40f7e2b244af0790833c80fc84 /src/components/favorite_button/favorite_button.vue | |
| parent | 2431d35277b0c7c761bf080f0bfffa654ee4b182 (diff) | |
Add specifity to active classes to make them override theme colors.
Diffstat (limited to 'src/components/favorite_button/favorite_button.vue')
| -rw-r--r-- | src/components/favorite_button/favorite_button.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/favorite_button/favorite_button.vue b/src/components/favorite_button/favorite_button.vue index 044e6796..dcf28e35 100644 --- a/src/components/favorite_button/favorite_button.vue +++ b/src/components/favorite_button/favorite_button.vue @@ -15,7 +15,7 @@ color: orange; } } - .icon-star { + .favorite-button.icon-star { color: orange; } |
