diff --git a/lib/Styles/Granite/Button.scss b/lib/Styles/Granite/Button.scss index b126ea4f4..2f69c8c23 100644 --- a/lib/Styles/Granite/Button.scss +++ b/lib/Styles/Granite/Button.scss @@ -1,5 +1,15 @@ button { + &.text-button.destructive { + background-color: $error_color; + color: white; + text-shadow: none; + + &:active { + background-color: mix($error_color, $BLACK_900, 90%); + } + } + .linked &, .linked &.image-button, .linked &.image-button.toggle { @@ -70,5 +80,4 @@ button { shadow(2); } } - } diff --git a/lib/Styles/Granite/_classes.scss b/lib/Styles/Granite/_classes.scss index eaf129810..970eb84ad 100644 --- a/lib/Styles/Granite/_classes.scss +++ b/lib/Styles/Granite/_classes.scss @@ -47,4 +47,3 @@ paper { .monospace { font-family: monospace; } -