This commit is contained in:
Kovid Goyal 2017-02-21 14:52:15 +05:30
parent 02970401ea
commit 82fed916d0

View File

@ -201,8 +201,8 @@ def scroll_tree_item_into_view(item):
add_extra_css(def():
ans = 'a, button:focus { outline: none }; a, button::-moz-focus-inner { border: 0 }\n'
ans += '.simple-link { cursor: pointer } .simple-link:hover { color: red } .simple-link:active { transform: scale(1.5) }\n'
ans += create_button.style
ans += create_spinner.style
ans += Breadcrumbs.STYLE_RULES
ans += create_button.style + '\n'
ans += create_spinner.style + '\n'
ans += Breadcrumbs.STYLE_RULES + '\n'
return ans
)