Skip to content

Commit 54b8c16

Browse files
committed
Added style for labels with remove button
1 parent a82ca7c commit 54b8c16

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
44
## [Unreleased]
55
### Added
66
- Pass all attributes, listeners, classes and styles to the dom elements defined in all functional components.
7+
- Added style for labels with remove button.
78

89
### Changed
910
- Styled thin scrollbars.

src/index.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ html {
5858
line-height: 1;
5959
}
6060

61+
/* Labels */
62+
.label a.pf-remove-button {
63+
color: #fff;
64+
display: inline-block;
65+
margin-left: 5px;
66+
}
67+
6168
/* Icon-image */
6269
.pf-icon-img {
6370
background-repeat: no-repeat;

0 commit comments

Comments
 (0)