Skip to content

Commit

Permalink
feat(vars): remove color-error-transparent color var (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
tx44 committed Oct 5, 2017
1 parent 085342f commit 3e0e780
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/vars/color.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@
*/
--color-error-translucent: rgba(240, 50, 38, .85);

/**
* Почти полностью прозрачный цвет ошибки. Может быть использован для заливки
* больших площадей, которые содержат сверху контент. Например, используется
* для заливка фона полей ввода с ошибкой.
*/
--color-error-transparent: rgba(240, 50, 38, .08);

/**
* Цвет контента для плашек ошибок.
*/
Expand Down

0 comments on commit 3e0e780

Please sign in to comment.