create variable for danger button outline

This commit is contained in:
Michael Steinberg 2018-07-30 13:42:23 -07:00
Родитель ce55767f51
Коммит 07b565eaf1
4 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,9 @@
# CHANGELOG
## v3.0.3
### Fixed
- danger button should have a white outline
## v3.0.2
### Fixed
- add color for primary button focus

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@azure-iot/ux-fluent-css",
"description": "Azure IoT common styles library for CSS, Colors and Themes",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"engines": {
"node": "^8.0.0"

Просмотреть файл

@ -181,6 +181,7 @@ $theme-dark: map-merge((
color-bg-btn-danger-focus: $color-red-500,
color-bg-btn-danger-pressed-selected: $color-red-600,
color-bg-btn-danger-disabled: $color-grey-1000,
color-outline-btn-danger-focus: $color-white,
// Layout Buttons
color-bg-btn-layout-rest: $color-grey-1500,

Просмотреть файл

@ -181,6 +181,7 @@ $theme-light: map-merge((
color-bg-btn-danger-focus: $color-red-500,
color-bg-btn-danger-pressed-selected: $color-red-600,
color-bg-btn-danger-disabled: $color-grey-200,
color-outline-btn-danger-focus: $color-white,
// Layout Buttons
color-bg-btn-layout-rest: $color-white,