mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Avoid using js-prefixed classes for styling.
This commit is contained in:
parent
888734655f
commit
68336457d8
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
float: right;
|
||||
}
|
||||
|
||||
.js-tags-dropdown-menu {
|
||||
.tags-dropdown-menu {
|
||||
max-width: 50vw;
|
||||
|
||||
&.dropdown-menu > li > a {
|
||||
|
|
Loading…
Reference in a new issue