Skip to content

Commit

Permalink
TASK: fixed restore button style
Browse files Browse the repository at this point in the history
  • Loading branch information
laurahaenel committed Mar 13, 2024
1 parent 6bd5ba7 commit 6d707c8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Neos.Neos/Resources/Private/Styles/Menu/_UserMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
.neos-user-menu.neos-button-group {
font-size: $generalFontSize;

.neos-button {
.neos-button.neos-dropdown-toggle {
background: none;
height: 40px;
padding-top: 2em;
Expand Down
2 changes: 1 addition & 1 deletion Neos.Neos/Resources/Public/JavaScript/Main.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Neos.Neos/Resources/Public/JavaScript/Main.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Neos.Neos/Resources/Public/JavaScript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import jQuery from "jquery";

import { DropDownMenu, MenuPanel } from "./Components/TopBar";
import { UserManagement } from './Module/Administration';
import { UserMenu } from "./Components/UserMenu";
import UserMenu from "./Components/UserMenu";
import DropDown from "./Components/DropDown";
import DropDownGroup from "./Components/DropDownGroup";
import Tree from "./Components/Tree";
Expand Down
2 changes: 1 addition & 1 deletion Neos.Neos/Resources/Public/Styles/Lite.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Neos.Neos/Resources/Public/Styles/Lite.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Neos.Neos/Resources/Public/Styles/Main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Neos.Neos/Resources/Public/Styles/Main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Neos.Neos/Resources/Public/Styles/Minimal.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Neos.Neos/Resources/Public/Styles/Minimal.css.map

Large diffs are not rendered by default.

0 comments on commit 6d707c8

Please sign in to comment.