Make bubble text black
parent
26d3e7068b
commit
8d3f2a1cf6
|
@ -134,6 +134,13 @@ export default class Tag extends Mixins(GlobalMixin) {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
// Get rid of color of the bubble
|
||||||
|
.tag .bbl .counter-bubble__counter {
|
||||||
|
color: unset !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.tag, .name, .bubble, img {
|
.tag, .name, .bubble, img {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in New Issue