don't show outline on new doc/folder/upload buttons on select

This commit is contained in:
Henry Oswald 2016-02-16 12:17:26 +00:00
parent f5910762c1
commit 4017eab888

View file

@ -13,6 +13,10 @@
}
}
> a:focus {
outline: none;
}
> a:not(.btn), .toolbar-right > a:not(.btn) {
display: inline-block;
color: @gray-light;