a.taglib-icon {
	&, &:focus, &:hover {
		text-decoration: none;
	}

	&:focus, &:hover {
		.taglib-text {
			text-decoration: underline;
		}
	}

	&.btn {
		&:focus, &:hover {
			.taglib-text {
				text-decoration: none;
			}
		}
	}
}

img[lang][src*="/language/"] {
	vertical-align: baseline;
	width: 16px;
}