Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Outline on Links in Firefox #121

Closed
ximex opened this issue Jul 9, 2015 · 1 comment
Closed

Outline on Links in Firefox #121

ximex opened this issue Jul 9, 2015 · 1 comment

Comments

@ximex
Copy link

ximex commented Jul 9, 2015

https://css-tricks.com/removing-the-dotted-outline/

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  outline: none; /* <<<<< Insert this */
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
@ashleydw
Copy link
Owner

ashleydw commented Jul 9, 2015

This is a style preference, plus see official response twbs/bootstrap#99

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants