Browse Source

[editor] Fix the "sticky" dark blue link color on some actions

Johan Ahlen 10 years ago
parent
commit
6cf5960

+ 3 - 0
desktop/core/src/desktop/static/desktop/css/hue3.css

@@ -2207,6 +2207,9 @@ div.navigator .pull-right .nav {
   color: #338bb8 !important;
 }
 
+.inactive-action:focus {
+  color: #d1d1d1;
+}
 
 /*
 Transition to Hue 4

+ 4 - 0
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

@@ -785,6 +785,10 @@ table.airy tr td {
   color: #DBE8F1 !important;
 }
 
+.snippet-side-btn:focus {
+  color: #DBE8F1;
+}
+
 .snippet-side-btn.active {
   color: #338bb8;
 }