Skip to content

Commit 50a9c28

Browse files
authored
Merge pull request #120 from rasstislav/patch-1
added !default flag to variables
2 parents e8fba6a + c343d70 commit 50a9c28

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

jquery.dropdown.sass

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
*
88
*/
99

10-
$jq-dropdown-bg: white
11-
$jq-dropdown-text: inherit
12-
$jq-dropdown-hover-bg: #f2f2f2
13-
$jq-dropdown-hover-text: inherit
14-
$jq-dropdown-border: #ddd
15-
$jq-dropdown-divider: #e5e5e5
16-
$jq-dropdown-border-radius: 4px
10+
$jq-dropdown-bg: white !default
11+
$jq-dropdown-text: inherit !default
12+
$jq-dropdown-hover-bg: #f2f2f2 !default
13+
$jq-dropdown-hover-text: inherit !default
14+
$jq-dropdown-border: #ddd !default
15+
$jq-dropdown-divider: #e5e5e5 !default
16+
$jq-dropdown-border-radius: 4px !default
1717

1818
.jq-dropdown
1919
position: absolute

0 commit comments

Comments
 (0)