aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2016-11-28 21:07:48 +0100
committerRoger Braun <roger@rogerbraun.net>2016-11-28 21:07:48 +0100
commitbb1b3c3975cbabd091b2be687157402b2395e712 (patch)
tree29acaddc8dc1aa5025f256113f0f52e10932623d /src/App.scss
parentc726aa8a7fdbe7662cc1f7ea27a0b466510c61ca (diff)
Remove Angular vestiges.
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss15
1 files changed, 0 insertions, 15 deletions
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 {