diff --git a/src/main/webapp/sass/components/_subscription-list.scss b/src/main/webapp/sass/components/_subscription-list.scss index df149f6e..000c5b19 100644 --- a/src/main/webapp/sass/components/_subscription-list.scss +++ b/src/main/webapp/sass/components/_subscription-list.scss @@ -15,10 +15,6 @@ white-space: nowrap; } -.css-treeview .config { - padding-top: 3px; -} - .css-treeview ul { list-style: none; margin-left: 0px; @@ -81,6 +77,17 @@ text-decoration: none; } +.css-treeview .config { + display: none; +} + +.css-treeview .tree-item:hover .config { + display: block; + padding-top: 3px; + width: 16px; + height: 16px; +} + .css-treeview .indent1 { padding-left: 22px; } diff --git a/src/main/webapp/templates/_category.html b/src/main/webapp/templates/_category.html index 051a02fe..5915d939 100644 --- a/src/main/webapp/templates/_category.html +++ b/src/main/webapp/templates/_category.html @@ -1,8 +1,8 @@
  • -
    +
    @@ -23,10 +23,10 @@ unread-count="unreadCount({category:category})"> -
  • +
  • - +