Skip to content

Commit d5abe0e

Browse files
Tanuj-Kandpalsadanandpai
authored andcommitted
Fixed - #530 - Code Refactored
1 parent 4c4baef commit d5abe0e

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

  • apps/javascript/src/challenges/weather-app

apps/javascript/src/challenges/weather-app/style.css

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,23 @@
4545

4646
.search button {
4747
flex-shrink: 0;
48-
padding: 10px 15px;
48+
inline-size: 44px;
49+
block-size: 44px;
50+
display: inline-grid;
51+
place-items: center;
52+
padding: 0;
4953
border-radius: 50%;
5054
border: none;
5155
background: #fff;
5256
cursor: pointer;
5357
}
58+
.search button:focus-visible {
59+
outline: 2px solid #6c63ff;
60+
outline-offset: 2px;
61+
}
62+
5463
.search button img {
55-
width: 16px;
64+
width: 20px;
5665
}
5766

5867
.weather-icon {

0 commit comments

Comments
 (0)