Avoid using js-prefixed classes for styling.

This commit is contained in:
Paulo Reis 2017-11-07 10:54:41 +00:00
parent 888734655f
commit 68336457d8
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@
i.fa.fa-folder-open-o
|
span.caret
ul.dropdown-menu.dropdown-menu-right.js-tags-dropdown-menu(
ul.dropdown-menu.dropdown-menu-right.js-tags-dropdown-menu.tags-dropdown-menu(
role="menu"
ng-controller="TagListController"
)

View file

@ -83,7 +83,7 @@
float: right;
}
.js-tags-dropdown-menu {
.tags-dropdown-menu {
max-width: 50vw;
&.dropdown-menu > li > a {