Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
10498240
Commit
10498240
authored
Mar 03, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): minor tweak to validation state
parent
430c3122
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
17 deletions
+3
-17
public/sass/base/_forms.scss
+0
-15
public/sass/utils/_validation.scss
+3
-2
No files found.
public/sass/base/_forms.scss
View file @
10498240
...
@@ -143,21 +143,6 @@ input[type="checkbox"][readonly] {
...
@@ -143,21 +143,6 @@ input[type="checkbox"][readonly] {
background-color
:
transparent
;
background-color
:
transparent
;
}
}
// HTML5 invalid states
// Shares styles with the .control-group.error above
input
:focus:invalid
,
textarea
:focus:invalid
,
select
:focus:invalid
{
color
:
#b94a48
;
border-color
:
#ee5f5b
;
&
:focus
{
border-color
:
darken
(
#ee5f5b
,
10%
);
$shadow
:
0
0
6px
lighten
(
#ee5f5b
,
20%
);
@include
box-shadow
(
$shadow
);
}
}
input
[
type
=
text
]
.input-fluid
{
input
[
type
=
text
]
.input-fluid
{
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
...
public/sass/utils/_validation.scss
View file @
10498240
input
[
type
=
text
]
.ng-dirty.ng-invalid
{
input
[
type
=
text
]
.ng-dirty.ng-invalid
{
box-shadow
:
inset
0
0px
7px
$red
;
}
}
input
.ng-dirty.ng-invalid
{
input
.ng-dirty.ng-invalid
{
color
:
$errorText
;
box-shadow
:
inset
0
0px
5px
$red
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment