diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-19 19:39:19 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-19 19:39:19 +0000 |
| commit | 4ea0db5cb1cc89dcbfb59982659a3d2771541391 (patch) | |
| tree | eaadd44c4eb5c2b9523594760e574c574ea70656 /src/App.scss | |
| parent | facf076d47207117afe3c220ad60313c8fd5367e (diff) | |
| parent | 205a9821e630fae9864a518824e52dea4fd0de28 (diff) | |
Merge branch '540' into 'develop'
Fix wrong mouse pointer hot zone in the post status box
Closes #540
See merge request pleroma/pleroma-fe!795
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/App.scss b/src/App.scss index 7f895065..4a3ce144 100644 --- a/src/App.scss +++ b/src/App.scss @@ -625,20 +625,6 @@ nav { text-align: right; } -.visibility-tray { - font-size: 1.2em; - cursor: pointer; - - .selected { - color: $fallback--lightText; - color: var(--lightText, $fallback--lightText); - } - - div { - padding-top: 5px; - } -} - .visibility-notice { padding: .5em; border: 1px solid $fallback--faint; |
