changeset 2df3f46934df in sao:default
details: https://hg.tryton.org/sao?cmd=changeset;node=2df3f46934df
description:
        Add hover style to input-file list item

        issue8441
        review265591002
diffstat:

 src/sao.less |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r a58e36288902 -r 2df3f46934df src/sao.less
--- a/src/sao.less      Thu Jun 27 14:32:36 2019 +0200
+++ b/src/sao.less      Thu Jun 27 14:34:56 2019 +0200
@@ -163,6 +163,12 @@
         li& {
             top: auto;
             height: auto;
+
+            &:hover + a, &:focus + a {
+                background-color: @dropdown-link-hover-bg;
+                color: @dropdown-link-hover-color;
+                text-decoration: none;
+            }
         }
     }
 }

Reply via email to