Browse Source

Remove focus border from the themedropdown

1.x
jlukic 10 years ago
parent
commit
c927a7591b
  1. 2
      docpad.coffee
  2. 1
      server/files/javascript/docs.js

2
docpad.coffee

@ -29,7 +29,7 @@ docpadConfig = {
# Here are some old site urls that you would like to redirect from
oldUrls: [],
version: "1.9.2",
version: "1.9.3",
# The default title of our website
title: "Semantic UI"

1
server/files/javascript/docs.js

@ -1099,6 +1099,7 @@ semantic.ready = function() {
$themeDropdown
.dropdown({
allowTab: false,
onChange: handler.less.changeTheme
})
;

Loading…
Cancel
Save