diff options
| author | Jacob Thornton <[email protected]> | 2011-08-25 13:52:04 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-25 13:52:04 -0700 |
| commit | 04b8e667d0a8caaf241570721bbf7afb7a5e1b2d (patch) | |
| tree | 0a7e2a49487c42278b1a71303fe3ca91b830bf09 /lib/patterns.less | |
| parent | 0e9d7c1c4d9552dda438d6eb5d2f175a99fd4501 (diff) | |
| download | bootstrap-04b8e667d0a8caaf241570721bbf7afb7a5e1b2d.tar.xz bootstrap-04b8e667d0a8caaf241570721bbf7afb7a5e1b2d.zip | |
clean up btn selectors a bit
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 2d946e39d..b96a97198 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -315,6 +315,12 @@ footer { text-decoration: none; } + // Primary Button Type + &.primary { + color:#fff; + .gradientBar(@blue, @blueDark) + } + // Transitions .transition(.1s linear all); @@ -338,14 +344,6 @@ footer { .box-shadow(@shadow); } - // Primary Button Type - &.primary, - &.primary:hover { - color:#fff; - .gradientBar(@blue, @blueDark) - } - - // Button Sizes &.large { font-size: 16px; |
