refactor(settings): move button styles to CSS and replace SVG innerHTML with safe DOM API creation
This commit is contained in:
18
styles.css
18
styles.css
@@ -15,3 +15,21 @@
|
||||
background: var(--background-modifier-hover);
|
||||
border-color: var(--interactive-accent);
|
||||
}
|
||||
|
||||
.jira-password-toggle {
|
||||
margin-left: 8px;
|
||||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.jira-issue-remove-btn {
|
||||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
margin-left: 8px;
|
||||
vertical-align: middle;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user