Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
- "Experimental" label: change text to gray.
Browse files Browse the repository at this point in the history
- Tweak rollover appearance of dialog buttons (avoid gray streak that slides
  down from top before fading out)
  • Loading branch information
peterflynn committed Apr 25, 2012
1 parent 3d866e7 commit 82717b2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/styles/brackets_patterns_override.less
Expand Up @@ -126,7 +126,7 @@
margin: @toolbar-top-gap-px 0 0 4px;

.experimental-label {
color: #0071bc;
color: #a0a0a0;
font-size: 15px;
line-height: 20px; // prevent jumping when 20px-tall JSLint star is added/removed
font-weight: normal;
Expand Down Expand Up @@ -269,10 +269,12 @@
font-size: 17px;
font-weight: @font-weight-semibold;
color: #454545;


// On hover, gradient slides away to reveal a solid-color bg. Want same bg color in non-hover
// too so we don't see the color cross-fading during the gradient slide animation
background-color: #fff;
&:hover {
background-position: 0 15px;
background-color: #fff;
}

&.primary {
Expand Down

0 comments on commit 82717b2

Please sign in to comment.