diff --git a/src/App.scss b/src/App.scss index d96cecd7..fd5e6c16 100644 --- a/src/App.scss +++ b/src/App.scss @@ -76,17 +76,6 @@ main-router { background-color: $darkened-background; } -/* The starting CSS styles for the enter animation */ -status.ng-enter { - transition:0.5s linear all; - opacity:0; -} - -/* The finishing CSS styles for the enter animation */ -status.ng-enter.ng-enter-active { - opacity:1; -} - .new-status-notification { font-size: 1.1em; background-color: $darkened-background; @@ -163,10 +152,6 @@ status.ng-enter.ng-enter-active { min-width: 0px; } -[ng-click] { - cursor: pointer; -} - .user-info { padding: 1em; img { diff --git a/src/components/status/status.vue b/src/components/status/status.vue index bcaa5df0..1e824fbe 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -8,7 +8,7 @@ Retweeted by {{retweeter}} -
+