1 parent 4c4baef commit d5abe0eCopy full SHA for d5abe0e
1 file changed
apps/javascript/src/challenges/weather-app/style.css
@@ -45,14 +45,23 @@
45
46
.search button {
47
flex-shrink: 0;
48
- padding: 10px 15px;
+ inline-size: 44px;
49
+ block-size: 44px;
50
+ display: inline-grid;
51
+ place-items: center;
52
+ padding: 0;
53
border-radius: 50%;
54
border: none;
55
background: #fff;
56
cursor: pointer;
57
}
58
+.search button:focus-visible {
59
+ outline: 2px solid #6c63ff;
60
+ outline-offset: 2px;
61
+}
62
+
63
.search button img {
- width: 16px;
64
+ width: 20px;
65
66
67
.weather-icon {
0 commit comments