Bug 1484965 - Remove nobuttons binding. r=florian,Paenglab DONTBUILD

--HG--
extra : amend_source : 2baa7df9186597065511a8cf02ae750a817eb015
This commit is contained in:
Arshad Khan 2018-09-04 13:27:15 +05:30
Родитель f691328d57
Коммит e3df181a6d
2 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -347,6 +347,4 @@
</method>
</implementation>
</binding>
<binding id="nobuttons" extends="xul:hbox"/>
</bindings>

Просмотреть файл

@ -6,13 +6,14 @@ richlistitem {
-moz-binding: url("chrome://chat/content/account.xml#account");
}
richlistitem .account-buttons {
-moz-binding: url("chrome://chat/content/account.xml#nobuttons");
}
richlistitem[selected="true"] .account-buttons {
-moz-binding: url("chrome://chat/content/account.xml#buttons");
}
richlistitem:not([selected="true"]) .account-buttons {
display: none;
}
richlistitem:not([state="connected"]) .connected,
richlistitem:not([state="connecting"]) .connecting,
richlistitem:not([state="disconnected"]) .disconnected,