Skip to content

Commit

Permalink
Remove old attempted styles
Browse files Browse the repository at this point in the history
  • Loading branch information
TylersApps committed May 13, 2024
1 parent 097c5b4 commit c727626
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions themes/dracula/dracula-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4233,27 +4233,6 @@ div.react-datepicker .react-datepicker__year-dropdown,div.react-datepicker .reac
}


/* Recolor tag labels in edit/tagger views */
.react-select__multi-value__label {
background: var(--tag_background);
color: var(--foreground);
}

/* Recolor tag [X] button in edit/tagger views */
div.react-select__control .react-select__multi-value,
.react-select__multi-value__remove {
background-color: var(--tag_background);
color: var(--gloomy_white);
font-weight: 500;
}

/* Recolor tag [X] button hover in edit/tagger views */
.react-select__multi-value__remove:hover {
background-color: var(--10pct_red);
color: var(--red);
}




/* ====================<< WALL >>==================== */
Expand Down

0 comments on commit c727626

Please sign in to comment.