Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Remove no longer needed CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
bonanitech committed Aug 13, 2022
1 parent 0271a70 commit 30e21a3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions common/forge-common.css
Expand Up @@ -75,14 +75,6 @@
top: 2px;
}

/* jquery ui elements color fix */
.ui-widget-content,
.ui-state-default a, .ui-state-default a:link,
.ui-state-default a:visited, a.ui-button, a:link.ui-button,
a:visited.ui-button, .ui-button {
color: var(--red-ui-primary-text-color);
}

/** emulate FF menu labels */
#red-ui-header > ul > li:NOT(.disabled) > ul > li:NOT(.disabled) > ul > li:NOT(.disabled) > a:hover,
#red-ui-header > ul > li:NOT(.disabled) > ul > li:NOT(.disabled) > a:hover {
Expand Down Expand Up @@ -114,8 +106,3 @@ a:visited.ui-button, .ui-button {
::-webkit-scrollbar-thumb:hover {
background-color: var(--red-ui-secondary-text-color-hover);
}

/* hide debug scrollbar until required */
.red-ui-debug-content {
overflow:auto;
}

0 comments on commit 30e21a3

Please sign in to comment.