mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
css: insensitive -> text-muted
This commit is contained in:
@@ -275,9 +275,9 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree"], functio
|
||||
|
||||
if ($(label))
|
||||
if (checkbox.checked)
|
||||
$(label).removeClassName('insensitive');
|
||||
$(label).removeClassName('text-muted');
|
||||
else
|
||||
$(label).addClassName('insensitive');
|
||||
$(label).addClassName('text-muted');
|
||||
|
||||
},
|
||||
execute: function () {
|
||||
|
||||
Reference in New Issue
Block a user