mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
loginDialog: Remove useless style class manipulation
StWidget already does this for us.
This commit is contained in:
parent
c59cf18337
commit
48b7ebe1c0
1 changed files with 0 additions and 5 deletions
|
|
@ -102,11 +102,6 @@ const UserListItem = new Lang.Class({
|
|||
|
||||
syncStyleClasses: function() {
|
||||
this._updateLoggedIn();
|
||||
|
||||
if (global.stage.get_key_focus() == this.actor)
|
||||
this.actor.add_style_pseudo_class('focus');
|
||||
else
|
||||
this.actor.remove_style_pseudo_class('focus');
|
||||
},
|
||||
|
||||
_updateLoggedIn: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue