Merge pull request #2 from misteinb/feature/alert-close-button-hover-colors
add alert close button hover colors
This commit is contained in:
Коммит
a7d5e8e16d
|
@ -0,0 +1,8 @@
|
|||
# CHANGELOG
|
||||
|
||||
## v1.1.0
|
||||
### Added
|
||||
- hover colors for alert close button
|
||||
|
||||
## v1.0.0
|
||||
- initial
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/azure-iot-ux-fluent-css",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@microsoft/azure-iot-ux-fluent-css",
|
||||
"description": "Azure IoT common styles library for CSS, Colors and Themes",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"license": "ISC",
|
||||
"engines": {
|
||||
"node": "^8.0.0"
|
||||
|
|
|
@ -230,6 +230,9 @@ $theme-dark: map-merge((
|
|||
color-bg-alert-error: $color-error-global-100,
|
||||
color-bg-alert-info: $color-information-200,
|
||||
color-bg-alert-warning: $color-warning-100,
|
||||
color-bg-alert-error-close-hover: $color-red-1100,
|
||||
color-bg-alert-info-close-hover: $color-grey-700,
|
||||
color-bg-alert-warning-close-hover: $color-yellow-600,
|
||||
|
||||
// Color picker
|
||||
color-picker-border-inner: $color-white,
|
||||
|
|
|
@ -230,6 +230,9 @@ $theme-light: map-merge((
|
|||
color-bg-alert-error: $color-error-global-100,
|
||||
color-bg-alert-info: $color-information-100,
|
||||
color-bg-alert-warning: $color-warning-100,
|
||||
color-bg-alert-error-close-hover: $color-red-1100,
|
||||
color-bg-alert-info-close-hover: $color-grey-500,
|
||||
color-bg-alert-warning-close-hover: $color-yellow-600,
|
||||
|
||||
// Color picker
|
||||
color-picker-border-inner: $color-white,
|
||||
|
|
Загрузка…
Ссылка в новой задаче