]> git.0d.be Git - chloro.git/blobdiff - chloro/rdio/static/css/style.scss
rdio: restore box-shadow link hover style on homepage
[chloro.git] / chloro / rdio / static / css / style.scss
index 74b8d67e997fdf6e0e9147f66a37d8bb7b82c45c..fa53269797068b164d7572473b7363106375b290 100644 (file)
@@ -90,7 +90,7 @@ article {
                border-left: 0.3em solid #555;
                padding-left: 0.5em;
        }
-       [contenteditable] a {
+       a {
                box-shadow: inset 0 -8px 0 0 rgba(34, 27, 242, 0.1);
                transition: box-shadow ease 0.2s;;
                &:hover {
@@ -361,6 +361,9 @@ article h2:hover {
                        border-left: 0.3em solid #555;
                }
        }
+       a {
+               box-shadow: none;
+       }
 }
 
 @media screen and (max-width: 80em) {