Skip to content

Commit 1c538b7

Browse files
authored
Merge pull request #122 from IgniteUI/mtihova/headers-on-hover-color
Changed headers on element hover color as requested by marketing
2 parents c1ee718 + c9c7662 commit 1c538b7

1 file changed

Lines changed: 6 additions & 16 deletions

File tree

src/app/views/home/home.component.scss

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,15 @@ $custom-icon-button-theme: icon-button-theme(
6262
padding: 12px;
6363
cursor: pointer;
6464
user-select: none;
65-
color: var(--ig-gray-900);
65+
color: black;
6666

6767
&--selected {
6868
border-bottom: 3px solid var(--ig-primary-500);
6969
color: var(--ig-primary-500);
7070
}
7171

7272
&:hover {
73-
background-color: #e6f2ff;
74-
box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
75-
transition: all 0.5s ease;
76-
transform: translateY(-2px); // slight lift
73+
background-color: var(--ig-gray-200);
7774
}
7875
}
7976

@@ -117,11 +114,7 @@ $custom-icon-button-theme: icon-button-theme(
117114
a {
118115
padding-bottom: 2px;
119116
transition: background-size 350ms;
120-
background: linear-gradient(
121-
0deg,
122-
var(--bg-color),
123-
var(--bg-color)
124-
)
117+
background: linear-gradient(0deg, var(--bg-color), var(--bg-color))
125118
no-repeat right bottom / 0 var(--bg-h);
126119
--bg-h: 2px;
127120
--bg-color: var(--ig-primary-500);
@@ -171,8 +164,7 @@ $custom-icon-button-theme: icon-button-theme(
171164
width: 100%;
172165
height: 90px;
173166
padding: 20px 24px;
174-
border: 1px solid #D6D6D6;
175-
167+
border: 1px solid #d6d6d6;
176168

177169
.sample-info {
178170
height: 58px;
@@ -200,7 +192,7 @@ $custom-icon-button-theme: icon-button-theme(
200192
letter-spacing: 0.15px;
201193
height: 40px;
202194
padding-right: 16px;
203-
border-right: 1px solid #D6D6D6;
195+
border-right: 1px solid #d6d6d6;
204196
}
205197

206198
.action-buttons {
@@ -210,16 +202,14 @@ $custom-icon-button-theme: icon-button-theme(
210202

211203
.custom-button {
212204
color: black !important;
213-
border-color: #D6D6D6;
205+
border-color: #d6d6d6;
214206
text-transform: unset;
215207

216208
igx-icon {
217209
color: black;
218210
}
219211
}
220212
}
221-
222-
223213
}
224214

225215
.sample-actions > div {

0 commit comments

Comments
 (0)