mirror of https://github.com/snachodog/mybuddy.git
Linting fixes.
This commit is contained in:
parent
7d3d13338e
commit
49742e6ced
|
@ -22,8 +22,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Disable hover effect on buttons (used for checkbox buttons).
|
// Disable hover effect on buttons (used for checkbox buttons).
|
||||||
.btn-no-hover:hover {
|
.btn-no-hover {
|
||||||
color: inherit;
|
&:hover {
|
||||||
background-color: inherit;
|
color: inherit;
|
||||||
border-color: inherit;
|
background-color: inherit;
|
||||||
|
border-color: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
|
||||||
def default_graph_layout_options():
|
def default_graph_layout_options():
|
||||||
"""
|
"""
|
||||||
Default layout options for all graphs.
|
Default layout options for all graphs.
|
||||||
|
|
Loading…
Reference in New Issue