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).
|
||||
.btn-no-hover:hover {
|
||||
color: inherit;
|
||||
background-color: inherit;
|
||||
border-color: inherit;
|
||||
.btn-no-hover {
|
||||
&:hover {
|
||||
color: inherit;
|
||||
background-color: inherit;
|
||||
border-color: inherit;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
def default_graph_layout_options():
|
||||
"""
|
||||
Default layout options for all graphs.
|
||||
|
|
Loading…
Reference in New Issue