Skip to content
Snippets Groups Projects
Commit a7b4b212 authored by 10oclock's avatar 10oclock Committed by Andrey Troeglazov
Browse files

Issue #3055144 by davisben, andrey.troeglazov: Styling for Workspaces toolbar tab

parent 100cd34d
No related branches found
No related tags found
1 merge request!10Auto complete Hover style changes
...@@ -416,15 +416,12 @@ ...@@ -416,15 +416,12 @@
color: #bbbbbb; color: #bbbbbb;
} }
.adminimal .toolbar .toolbar-bar .toolbar-tab > .toolbar-item { .adminimal .toolbar .toolbar-bar .toolbar-tab:not(.workspaces-toolbar-tab) > .toolbar-item {
font-weight: 600;
}
.adminimal .toolbar .toolbar-bar .toolbar-item {
color: #bebebe; color: #bebebe;
font-weight: 600;
} }
.adminimal .toolbar .toolbar-bar .toolbar-tab > .toolbar-item:hover { .adminimal .toolbar .toolbar-bar .toolbar-tab:not(.workspaces-toolbar-tab) > .toolbar-item:hover {
background-color: #2d2d2d; background-color: #2d2d2d;
background-image: none; background-image: none;
color: #fff; color: #fff;
...@@ -849,4 +846,4 @@ input[type=radio]:disabled:hover { ...@@ -849,4 +846,4 @@ input[type=radio]:disabled:hover {
.adminimal .media-library-item__remove.button { .adminimal .media-library-item__remove.button {
border-radius: 20px; border-radius: 20px;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment