[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentynineteen/sass/navigation/ -> _links.scss (source)

   1  a {
   2  
   3      @include link-transition;
   4      color: $color__link;
   5  
   6      &:visited {
   7          color: $color__link-visited;
   8      }
   9  
  10      &:hover,
  11      &:active {
  12          color: $color__link-hover;
  13          outline: 0;
  14          text-decoration: none;
  15      }
  16  
  17      &:focus {
  18          outline: thin dotted;
  19          text-decoration: underline;
  20          text-decoration-thickness: 2px;
  21      }
  22  }


Generated : Fri Apr 19 08:20:01 2024 Cross-referenced by PHPXref