Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6b53f43

Browse files
committed
Correct new search input’s rounded corners
1 parent 8b84195 commit 6b53f43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

res/css/views/dialogs/_SpotlightDialog.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,8 @@ limitations under the License.
427427
font-size: $font-12px;
428428
line-height: $font-15px;
429429
color: $tertiary-content;
430-
border-radius: 6px;
430+
border-top-right-radius: 6px;
431+
border-top-left-radius: 6px;
431432
background-color: $quinary-content;
432433
margin: 0 $spacing-4 0 auto;
433434
display: none;

0 commit comments

Comments
 (0)