You are here

flag-link.css in Flag 8.4

Generic styles for flag links.

See also

flag.html.twig.

File

css/flag-link.css
View source
  1. /**
  2. * @file
  3. * Generic styles for flag links.
  4. *
  5. * @see flag.html.twig.
  6. */
  7. .flag a {
  8. border: none;
  9. }
  10. .flag a:hover {
  11. border: none;
  12. }