@include body-class(true) {

	.sui-dropdown {

		ul {

			li a {

				&.sui-button-delete {
					color: $red;

					[class*="sui-icon-"] {

						&:before {
							color: inherit;
							transition: none;
						}
					}

					&:focus,
					&:hover,
					&:active {
						background-color: $red;
						color: $white;
					}
				}
			}
		}
	}
}