Skip to content

Commit 9065428

Browse files
angelikatyborskajosevalim
authored andcommitted
Make search button fully visible on focus
1 parent b4a65ee commit 9065428

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/css/sidebar.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@
143143
}
144144

145145
.sidebar .sidebar-search.selected .search-button,
146-
.sidebar .sidebar-search .search-button:hover {
146+
.sidebar .sidebar-search .search-button:hover,
147+
.sidebar .sidebar-search .search-button:focus {
147148
color: var(--sidebarLanguageAccentBar);
148149
opacity: 1;
149150
}

0 commit comments

Comments
 (0)