Skip to content

Commit eaa1f3c

Browse files
committed
feat: unique='false' supports webkit auto complete
1 parent 25423ef commit eaa1f3c

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

src/css/core.css

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,6 @@ footer:before {
5656
}
5757

5858

59-
[unique='true'] {
60-
border-color: green!important;
61-
color: green!important;
62-
}
63-
64-
[unique='false'] {
65-
border-color: red!important;
66-
color: red!important;
67-
}
68-
6959
/*===============================
7060
toggle order icons transform filter.js
7161
=================================*/
@@ -103,3 +93,15 @@ a[toggle-order=desc]:before {
10393
background-color: #f13b48;
10494
color: #fff;
10595
}
96+
97+
[unique='true'] {
98+
border-color: green!important;
99+
color: green!important;
100+
-webkit-text-fill-color: green!important;
101+
}
102+
103+
[unique='false'] {
104+
border-color: red!important;
105+
color: red!important;
106+
-webkit-text-fill-color: red!important;
107+
}

0 commit comments

Comments
 (0)