mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 21:14:30 -07:00
Fix control extend
This commit is contained in:
@@ -41,7 +41,7 @@ $button-static-border-color: $grey-lighter !default
|
||||
font-size: $size-large
|
||||
|
||||
.button
|
||||
+control
|
||||
@extend %control
|
||||
@extend %unselectable
|
||||
background-color: $button-background-color
|
||||
border-color: $button-border-color
|
||||
|
||||
@@ -42,7 +42,7 @@ $label-weight: $weight-bold !default
|
||||
$help-size: $size-small !default
|
||||
|
||||
=input
|
||||
+control
|
||||
@extend %control
|
||||
background-color: $input-background-color
|
||||
border-color: $input-border-color
|
||||
color: $input-color
|
||||
@@ -363,7 +363,7 @@ $help-size: $size-small !default
|
||||
|
||||
.file-cta,
|
||||
.file-name
|
||||
+control
|
||||
@extend %control
|
||||
border-color: $file-border-color
|
||||
border-radius: $file-radius
|
||||
font-size: 1em
|
||||
|
||||
Reference in New Issue
Block a user