File tree 3 files changed +10
-9
lines changed
src/librustdoc/html/static
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -658,18 +658,18 @@ a {
658
658
transition : border-color 300ms ease;
659
659
transition : border-radius 300ms ease-in-out;
660
660
transition : box-shadow 300ms ease-in-out;
661
- width : calc ( 100% - 32 px ) ;
661
+ width : 100% ;
662
662
}
663
663
664
664
# crate-search + .search-input {
665
665
border-radius : 0 1px 1px 0 ;
666
+ width : calc (100% - 32px );
666
667
}
667
668
668
669
.search-input : focus {
669
670
border-radius : 2px ;
670
671
border : 0 ;
671
672
outline : 0 ;
672
- box-shadow : 0 0 8px # 078dd8 ;
673
673
}
674
674
675
675
.search-results .desc {
Original file line number Diff line number Diff line change @@ -164,20 +164,21 @@ a.test-arrow {
164
164
color : # 111 ;
165
165
background-color : # f0f0f0 ;
166
166
border-color : # 000 ;
167
+ box-shadow : 0 0 0 1px # 000, 0 0 0 2px transparent;
167
168
}
168
169
169
170
.search-input {
170
171
color : # 111 ;
171
- box-shadow : 0 0 0 1px # 000, 0 0 0 2px transparent;
172
172
background-color : # f0f0f0 ;
173
+ box-shadow : 0 0 0 1px # 000, 0 0 0 2px transparent;
173
174
}
174
175
175
176
.search-input : focus {
176
177
border-color : # 008dfd ;
177
178
}
178
179
179
- # crate-search + .search-input {
180
- box-shadow : 1 px 0 0 1 px # 000 , 0 0 0 2 px transparent ;
180
+ # crate-search + .search-input : focus {
181
+ box-shadow : 0 0 8 px 4 px # 078dd8 ;
181
182
}
182
183
183
184
.module-item .stab {
Original file line number Diff line number Diff line change @@ -164,21 +164,21 @@ a.test-arrow {
164
164
color : # 555 ;
165
165
background-color : white;
166
166
border-color : # e0e0e0 ;
167
- box-shadow : 0 px 0 0 1px # e0e0e0, 0 0 0 2px transparent;
167
+ box-shadow : 0 0 0 1px # e0e0e0, 0 0 0 2px transparent;
168
168
}
169
169
170
170
.search-input {
171
171
color : # 555 ;
172
- box-shadow : 0 0 0 1px # e0e0e0, 0 0 0 2px transparent;
173
172
background-color : white;
173
+ box-shadow : 0 0 0 1px # e0e0e0, 0 0 0 2px transparent;
174
174
}
175
175
176
176
.search-input : focus {
177
177
border-color : # 66afe9 ;
178
178
}
179
179
180
- # crate-search + .search-input {
181
- box-shadow : 1 px 0 0 1 px # e0e0e0 , 0 0 0 2 px transparent ;
180
+ # crate-search + .search-input : focus {
181
+ box-shadow : 0 0 8 px # 078dd8 ;
182
182
}
183
183
184
184
.module-item .stab {
You can’t perform that action at this time.
0 commit comments