Skip to content

Commit 2448c3f

Browse files
committed
fix: color-function-alias-notation
1 parent cbedc48 commit 2448c3f

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

components/wb-chtwzrd/_base.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
background: #335075;
118118
border-bottom-left-radius: 25px;
119119
border-top-left-radius: 25px;
120-
box-shadow: 0 1px 3px rgba(0, 0, 0, .45);
120+
box-shadow: 0 1px 3px rgb(0, 0, 0, .45);
121121
color: #fff;
122122
font-size: 14px;
123123
line-height: 20px;
@@ -152,7 +152,7 @@
152152
background: #fff url("../assets/wb-chtwzrd/default-avatar.png") center no-repeat;
153153
border-radius: 50%;
154154
bottom: 0;
155-
box-shadow: 0 2px 4px rgba(0, 0, 0, .45);
155+
box-shadow: 0 2px 4px rgb(0, 0, 0, .45);
156156
height: 100%;
157157
overflow: hidden;
158158
position: absolute;
@@ -164,8 +164,8 @@
164164
}
165165

166166
.wb-chtwzrd-bubble-wrap .bubble:focus {
167-
border: 1px solid rgba(0, 0, 0, .5);
168-
box-shadow: 0 2px 3px rgba(0, 0, 0, .7);
167+
border: 1px solid rgb(0, 0, 0, .5);
168+
box-shadow: 0 2px 3px rgb(0, 0, 0, .7);
169169
}
170170

171171
.wb-chtwzrd-btn-extrnl + .wb-chtwzrd-bubble-wrap {
@@ -251,8 +251,8 @@
251251
}
252252

253253
.wb-chtwzrd-container .history::before {
254-
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(rgba(255, 255, 255, 0)));
255-
background: linear-gradient(to bottom, #fff 20%, rgba(255, 255, 255, 0) 100%);
254+
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(rgb(255, 255, 255, 0)));
255+
background: linear-gradient(to bottom, #fff 20%, rgb(255, 255, 255, 0) 100%);
256256
content: "";
257257
height: 40px;
258258
left: 0;

sites/archived/_archived.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66

77
background-color: #ffd700 !important;
8-
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
8+
box-shadow: 0 5px 15px rgb(0, 0, 0, .5);
99
padding: 25px 0;
1010

1111
h2 {

sites/fonts/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-webkit-font-smoothing: antialiased;
1818
line-height: 1;
1919
text-decoration: none;
20-
text-shadow: 0 0 1px rgba(0, 0, 0, .3);
20+
text-shadow: 0 0 1px rgb(0, 0, 0, .3);
2121
-webkit-text-stroke: 1px transparent;
2222
text-transform: none;
2323
transform: rotate(0);

sites/gcweb-menu/_base.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
[role="menu"] [role="menu"] {
139139
background-color: #fff;
140140
border-top: #eee solid 1px;
141-
box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, .1);
141+
box-shadow: 10px 10px 10px 5px rgb(0, 0, 0, .1);
142142
color: #000;
143143
left:360px;
144144
margin-bottom: 25px;
@@ -392,7 +392,7 @@
392392
.modal-header {
393393
background: #2e5274;
394394
border-bottom: 1px solid #2e5274;
395-
box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .3), 3px 3px 3px -2px rgba(0, 0, 0, .3), -3px 3px 3px -2px rgba(0, 0, 0, .3);
395+
box-shadow: 0 3px 3px -2px rgb(0, 0, 0, .3), 3px 3px 3px -2px rgb(0, 0, 0, .3), -3px 3px 3px -2px rgb(0, 0, 0, .3);
396396
color: #fff;
397397
margin-left: 0;
398398
padding: 0 44px 0 1em;
@@ -404,7 +404,7 @@
404404

405405
&:before {
406406
border-bottom: 1.45em solid #2e5274;
407-
border-left: 1em solid rgba(0, 0, 0, 0);
407+
border-left: 1em solid rgb(0, 0, 0, 0);
408408
border-top: 1.45em solid #2e5274;
409409
content: "";
410410
left: -1em;
@@ -633,7 +633,7 @@
633633

634634
&:before {
635635
border-left: 0;
636-
border-right: 1em solid rgba(0, 0, 0, 0);
636+
border-right: 1em solid rgb(0, 0, 0, 0);
637637
left: auto;
638638
right: -1em;
639639
}

0 commit comments

Comments
 (0)