Browse Source

Fixed problem with toolbar buttons focus state conflicting with the active state

cameronoelsen 8 years ago
parent
commit
4a22aa7aa8
1 changed files with 6 additions and 0 deletions
  1. 6 0
      packages/apputils/style/toolbar.css

+ 6 - 0
packages/apputils/style/toolbar.css

@@ -41,6 +41,12 @@
 }
 
 
+.jp-Toolbar-item.jp-Toolbar-button:focus {
+  box-shadow: var(--jp-toolbar-box-shadow);
+  border: 1px solid var(--jp-toolbar-border-color);
+}
+
+
 .jp-Toolbar-button.jp-mod-pressed {
   background-color: var(--jp-layout-color3);
   box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.5);