Skip to content

Commit

Permalink
Merge pull request #1752 from vinetsky/2.1/bug/Bugfix_1084944-blue-te…
Browse files Browse the repository at this point in the history
…xt_in_menu

[#1084944] Bugfix Blue text in menu
  • Loading branch information
stasguryev committed Jul 6, 2022
2 parents f0a867a + 1d801cd commit 87b6f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion resources/styles/baseStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@

.dropdown__wrp {
border-radius: var(--border-radius);
/*transform: translateY(-50px);*/

/* transform: translateY(-50px); */
opacity: 0;
transition: transform 0.1s linear, opacity 0.1s linear;
}
Expand Down
1 change: 0 additions & 1 deletion src/layout/resources/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@

/* Toolabar ajustable buttons */

.toolbar-panel_container .toolbar-btn,
.toolbar-buttons_container__adjust .toolbar-btn {
color: var(--theme-colors__btn);
}
Expand Down

0 comments on commit 87b6f32

Please sign in to comment.