Linting fixes.

This commit is contained in:
Christopher Charbonneau Wells 2018-02-18 05:01:55 -05:00
parent 7d3d13338e
commit 49742e6ced
2 changed files with 7 additions and 4 deletions

View File

@ -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;
}
}

View File

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
def default_graph_layout_options():
"""
Default layout options for all graphs.