##// END OF EJS Templates
unify submenu style with menu style...
unify submenu style with menu style closes #7303. Also change the arrow that indicate submenu for a fontawesoem icon, instead of the ugly hack that show only the left border of a rectangle element which with is twice the one of its border to get a triangle.

File last commit:

r10951:31998f30
r19717:7b36b542
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *