[polari/wip/fmuellner/combined-gsoc: 67/136] Removed the old css class that used to set the height of the popover status labe.



commit e8e06c9ed553b9f405e17a939a641ae405beec5f
Author: raresv <rares visalom gmail com>
Date:   Mon Jul 11 22:03:29 2016 +0300

    Removed the old css class that used to set the height of the popover status labe.

 data/resources/application.css |    4 ----
 src/userList.js                |    3 ---
 2 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/data/resources/application.css b/data/resources/application.css
index 089ba1c..6c9ab30 100644
--- a/data/resources/application.css
+++ b/data/resources/application.css
@@ -147,7 +147,3 @@
 
 /* the following adds a border on top of the inputbar when users scroll up */
 .polari-chat-view > undershoot.bottom { border-bottom: 1px solid @borders; }
-
-.nick-popover-status {
-    font-size: 10px;
-}
diff --git a/src/userList.js b/src/userList.js
index ae8ad1a..31002ce 100644
--- a/src/userList.js
+++ b/src/userList.js
@@ -345,9 +345,6 @@ const UserPopover = new Lang.Class({
         this._userDetails = new UserDetails();
         this.bind_property('visible', this._userDetails, 'expanded', 0);
 
-        let context = this._statusLabel.get_style_context();
-        context.add_class('nick-popover-status');
-
         this._vbox = new Gtk.Box({ orientation: Gtk.Orientation.VERTICAL });
         this._vbox.add(this._hbox);
         this._vbox.add(this._userDetails);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]