ソースを参照

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

Enrico Berti 8 年 前
コミット
f4b508f

ファイルの差分が大きいため隠しています
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


ファイルの差分が大きいため隠しています
+ 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 {

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません