diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-08-06 13:38:07 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-08-06 13:38:07 +0000 |
| commit | b9d1ecec44375c15e0425fb78dbc8ca92c0669a8 (patch) | |
| tree | 7aa1707f56b22855c8c7ffa84320bbb2a7c0aa1c /src/components/status_popover | |
| parent | 3e6e6096bfd1dad3283396c086e45b09523faaee (diff) | |
| parent | 0feab1d97cb4683f2cc1869e08078097e787fcd1 (diff) | |
Merge branch 'stylelint-rscss-1' into 'develop'
Stylelint + RSCSS initial approach
See merge request pleroma/pleroma-fe!1205
Diffstat (limited to 'src/components/status_popover')
| -rw-r--r-- | src/components/status_popover/status_popover.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/status_popover/status_popover.vue b/src/components/status_popover/status_popover.vue index 2a8503e8..79a52e38 100644 --- a/src/components/status_popover/status_popover.vue +++ b/src/components/status_popover/status_popover.vue @@ -52,7 +52,8 @@ box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); box-shadow: var(--popupShadow); - .status-el.status-el { + /* TODO cleanup this */ + .Status.Status { border: none; } |
