Removed duplicate b & strong styling, changed SASS files to make use of parent selector: _menu, _galleries, _buttons, _fields, and _elements.
This commit is contained in:
parent
41f33d3c9a
commit
7ef388656e
7 changed files with 59 additions and 83 deletions
|
@ -7,15 +7,10 @@ textarea {
|
|||
color: $color__text-input;
|
||||
border: 1px solid $color__border-input;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
input[type="text"]:focus,
|
||||
input[type="email"]:focus,
|
||||
input[type="url"]:focus,
|
||||
input[type="password"]:focus,
|
||||
input[type="search"]:focus,
|
||||
textarea:focus {
|
||||
color: $color__text-input-focus;
|
||||
&:focus {
|
||||
color: $color__text-input-focus;
|
||||
}
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue