Skip to content

Commit

Permalink
Added web CSS rule for tab close button
Browse files Browse the repository at this point in the history
  • Loading branch information
salmonb committed Jun 23, 2024
1 parent a1f7ae6 commit ba28727
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ input[type="text"], input[type="password"] {
outline: none;
background-color: transparent;
}

/* Cross for the tab close button */
.tab-close-button {
background-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23444' stroke-width='2' stroke-linejoin='round' viewBox=\'0 0 16 16\'%3E%3Cpath d=\'M 4,4 L 12,12 Z M 4,12 L 12,4 Z\'/%3E%3C/svg%3E");
}

0 comments on commit ba28727

Please sign in to comment.