Revision 770ad9fa snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss
749 749
            font-size: emCalc(12px);
750 750
            top:($bar-height - 30px)/2;
751 751
            width: 100px;
752
            &:hover {
752
            &:hover,
753
            &:focus {
753 754
                @include transition(background, 0ms, ease-out);
754 755
            }
755 756
            span {
......
757 758
                height: 30px;
758 759
                line-height:30px;
759 760
                float: left;
760
                &:hover {
761
                &:hover,
762
                &:focus {
761 763
                    @include transition(background, 0ms, linear);
762 764
                }
763 765
            }
......
772 774
                background:url('../images/nav-lt.png') no-repeat right top;
773 775
            }
774 776
            &:hover,
775
            &.active {
777
            &.active,
778
            &:focus {
776 779
                background-position:left bottom;
777 780
                span {
778 781
                    background-position:right bottom;
......
790 793
                float: right;
791 794
            }
792 795
            &:hover,
793
            &.active {
796
            &.active,
797
            &:focus {
794 798
                background-position:right bottom;
795 799
                span {
796 800
                    background-position:left bottom;

Also available in: Unified diff