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

Commit 0e8fab2

Browse files
committed
cleanup
1 parent 44ef53c commit 0e8fab2

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

assets/css/directives/skill-tile.scss

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,20 @@ skill-tile {
9797
}
9898
}
9999
.settings-container {
100-
a:not(.hidden):hover {
101-
div.skill-icon {
102-
background-color: #FEE8EC;
103-
border: 1px solid #FCBBC5;
104-
box-shadow: none;
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;
105106

106-
.remove-indicator {
107-
display: block;
107+
.remove-indicator {
108+
display: block;
109+
}
110+
}
111+
img {
112+
opacity: .3;
108113
}
109-
}
110-
img {
111-
opacity: .3;
112114
}
113115
}
114116
}

0 commit comments

Comments
 (0)