Browse Source

HUE-7777 [core] Properly style the go to top anchors

Enrico Berti 8 years ago
parent
commit
f4b508f

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 2 - 1
desktop/core/src/desktop/static/desktop/less/components/hue-scroll-anchor.less

@@ -30,9 +30,10 @@
   padding-left: 14px;
   padding-right: 14px;
   min-height: 22px;
-  &:hover {
+  &:hover, &:focus {
     text-decoration: none;
     opacity: 0.85;
+    color: @cui-white;
     filter: alpha(opacity=85);
   }
   & input {

Some files were not shown because too many files changed in this diff