Change search bar colors in theme files (#53)

* change search bar colors

* 8.1.12

* update CHANGELOG

* added a missing color

* added missing search colors to readme

Co-authored-by: Maxwell Talley <matalley@microsoft.com>
This commit is contained in:
Maxwell Talley 2021-11-19 15:15:55 -08:00 коммит произвёл GitHub
Родитель 414f430c2a
Коммит 5763ab4654
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 21 добавлений и 8 удалений

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

@ -1,5 +1,13 @@
# CHANGELOG
## v8.1.12
### Changed
- Updated `--color-search-background` to be 85% white
- Added `--color-search-text`
- Updated `--color-search-text-hover`
- Updated `--color-search-text-placeholder`
- Added `--color-search-text-placeholder-selected`
## v8.1.11
### Changed
- Added global class ellipsis-left to display tree structure-type items where the

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/azure-iot-ux-fluent-css",
"version": "8.1.10",
"version": "8.1.12",
"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": "8.1.11",
"version": "8.1.12",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",

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

@ -44,10 +44,12 @@
--color-masthead-background: #3c3c41;
--color-masthead-foreground: #ffffff;
--color-masthead-button-hover: #666666;
--color-search-background: rgba(255, 255, 255, 0.1);
--color-search-background: rgba(255, 255, 255, 0.85);
--color-search-background-hover: #ffffff;
--color-search-text-hover: #000000;
--color-search-text-placeholder: #666666;
--color-search-text: #323130;
--color-search-text-hover: #605E5C;
--color-search-text-placeholder: #605E5C;
--color-search-text-placeholder-selected: #A19F9D;
/* Main nav */
--color-main-nav-background: #31373e;

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

@ -44,10 +44,12 @@
--color-masthead-background: #3c3c41;
--color-masthead-foreground: #ffffff;
--color-masthead-button-hover: #666666;
--color-search-background: rgba(255, 255, 255, 0.1);
--color-search-background: rgba(255, 255, 255, 0.85);
--color-search-background-hover: #ffffff;
--color-search-text-hover: #000000;
--color-search-text-placeholder: #666666;
--color-search-text: #323130;
--color-search-text-hover: #605E5C;
--color-search-text-placeholder: #605E5C;
--color-search-text-placeholder-selected: #A19F9D;
/* Main nav */
--color-main-nav-background: #f3f2f1;

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

@ -61,6 +61,7 @@ The files have the following structure:
--color-search-background-hover
--color-search-text-hover
--color-search-text-placeholder
--color-search-text-placeholder-selected
/* Main nav */
--color-main-nav-background