feature(style) .current-file: improve feel in firefox

This commit is contained in:
coderaiser 2015-08-19 05:22:16 -04:00
parent ab55c8a383
commit 857fcdef7b

View file

@ -145,8 +145,7 @@ body, pre, code {
}
.current-file {
box-shadow: 0 0 0 1px rgba(49, 123, 249, 0.4) inset;
transition: ease 0.05s;
box-shadow: 0 0 0 0.8px rgba(49, 123, 249, 0.4) inset;
}
.cut-file {