Download:
child 208:de65f8dc6831
parent 206:d0bde0e3cc62
207:a65e231f66f5
Anton Shestakov <av6@dwimlabs.net>, Wed, 01 Jun 2016 21:48:43 +0800
css: animate contact switching

1 файлов изменено, 3 вставок(+), 1 удалений(-) [+]
css/tram-im.css file | annotate | diff | comparison | revisions
--- a/css/tram-im.css Wed Jun 01 21:26:22 2016 +0800
+++ b/css/tram-im.css Wed Jun 01 21:48:43 2016 +0800
@@ -154,10 +154,12 @@
}
li.contact {
padding: 5px;
+ border-left-style: solid;
+ border-left-width: 0;
+ transition: border-left-width 0.1s ease-in-out;
}
li.contact.active {
border-left-width: 5px;
- border-left-style: solid;
}
li.contact > .column {
vertical-align: middle;