Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make tabular menu styling consistent for arc-green #11570

Merged
merged 7 commits into from
May 29, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
transparent borders
  • Loading branch information
CirnoT committed May 23, 2020
commit e14ca052d32c2dae0e570927de31f47dea030501
8 changes: 4 additions & 4 deletions web_src/less/themes/theme-arc-green.less
Original file line number Diff line number Diff line change
Expand Up @@ -516,12 +516,12 @@ a.ui.basic.green.label:hover {
}

.ui.tabular.menu {
border-bottom: 1px solid rgba(187, 187, 187, .6);
border-bottom: 1px solid rgba(187, 187, 187, .24);

.item.active {
border-top: 1px solid rgba(187, 187, 187, .6);
border-left: 1px solid rgba(187, 187, 187, .6);
border-right: 1px solid rgba(187, 187, 187, .6);
border-top: 1px solid transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
CirnoT marked this conversation as resolved.
Show resolved Hide resolved
background: #4b5162;
color: #dbdbdb;
}
Expand Down