summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2011-08-22 07:58:23 +0000
committerHenri Sara <henri.sara@itmill.com>2011-08-22 07:58:23 +0000
commitea8219f86a5e085e3c27852e70a883eab21ad995 (patch)
tree27cc161f067019cb7cb4482b03d0fa7109140ed8 /WebContent
parent0e4687c8aaa0e63eafc41c5ee94524788b6dd303 (diff)
downloadvaadin-framework-ea8219f86a5e085e3c27852e70a883eab21ad995.tar.gz
vaadin-framework-ea8219f86a5e085e3c27852e70a883eab21ad995.zip
Hide focus outline on NativeButton in sidebar in chameleon theme
svn changeset:20531/svn branch:6.7
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css b/WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css
index 386a2492c6..8da3581291 100644
--- a/WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css
+++ b/WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css
@@ -34,4 +34,9 @@
.sidebar-menu .tab-selected:focus,
.sidebar-menu .selected:focus {
outline: none;
+ }
+
+.sidebar-menu .v-nativebutton::-moz-focus-inner {
+ border: none;
+ padding: 0;
} \ No newline at end of file