diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-16 01:54:18 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-10-08 14:02:58 -0400 |
commit | 19959ac6748ebc84539f874a2f77314c4641e030 (patch) | |
tree | 6debe27efd0b3f3e9a7c68417eba92445f04fb9d /themes | |
parent | 26f4dbce8e1beb548d45c255411a4e19b26899af (diff) | |
download | jquery-ui-19959ac6748ebc84539f874a2f77314c4641e030.tar.gz jquery-ui-19959ac6748ebc84539f874a2f77314c4641e030.zip |
Theme: address review comment for visual focus
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/theme.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/base/theme.css b/themes/base/theme.css index 0722cf754..e033bcb13 100644 --- a/themes/base/theme.css +++ b/themes/base/theme.css @@ -102,7 +102,6 @@ a.ui-button:focus { text-decoration: none; } -/* This cant be configured with themeroller because its new may end up added later */ .ui-visual-focus { box-shadow: 0 0 3px 1px rgb(94, 158, 214); } |