Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e3c8892

Browse files
committed
Merge pull request #299 from appirio-tech/feature/tom-remove-x
Feature/tom remove x
2 parents 740a489 + 0e8fab2 commit e3c8892

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

assets/css/directives/skill-tile.scss

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,7 @@ skill-tile {
1313
width: 100px;
1414
}
1515

16-
a:not(.hidden):hover {
17-
div.skill-icon {
18-
background-color: #FEE8EC;
19-
border: 1px solid #FCBBC5;
20-
box-shadow: none;
2116

22-
.remove-indicator {
23-
display: block;
24-
}
25-
}
26-
img {
27-
opacity: .3;
28-
}
29-
}
3017

3118
.new {
3219
.skill-icon {
@@ -109,3 +96,21 @@ skill-tile {
10996
}
11097
}
11198
}
99+
.settings-container {
100+
skill-tile {
101+
a:not(.hidden):hover {
102+
div.skill-icon {
103+
background-color: #FEE8EC;
104+
border: 1px solid #FCBBC5;
105+
box-shadow: none;
106+
107+
.remove-indicator {
108+
display: block;
109+
}
110+
}
111+
img {
112+
opacity: .3;
113+
}
114+
}
115+
}
116+
}

0 commit comments

Comments
 (0)