Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
8d06a91c
Commit
8d06a91c
authored
Jul 29, 2014
by
Aron Carroll
Committed by
Randall Leeds
Aug 01, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update attribute names for the status button
parent
beadcd4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
forms.scss
h/static/styles/forms.scss
+9
-9
No files found.
h/static/styles/forms.scss
View file @
8d06a91c
...
...
@@ -190,12 +190,12 @@
@include
pie-clearfix
;
float
:
right
;
*
{
>
*
{
float
:
left
;
margin-left
:
10px
;
}
*
:first-child
{
>
*
:first-child
{
margin-left
:
0
;
}
}
...
...
@@ -325,33 +325,33 @@
}
// Handles state transitions from "default" -> "loading" -> "success"
[
data-btn-message
-state
]
.btn-message
{
[
status-button
-state
]
.btn-message
{
top
:
-999em
;
left
:
-999em
;
right
:
auto
;
}
[
data-btn-message
-state
=
success
]
.btn-message-success
,
[
data-btn-message
-state
=
loading
]
.btn-message-loading
{
[
status-button
-state
=
success
]
.btn-message-success
,
[
status-button
-state
=
loading
]
.btn-message-loading
{
top
:
50%
;
left
:
auto
;
right
:
100%
;
}
[
data-btn-message
-state
]
.btn-message-text
{
[
status-button
-state
]
.btn-message-text
{
@include
transition
(
opacity
0
.2s
0
.6s
ease-in
);
opacity
:
0
;
}
[
data-btn-message
-state
=
success
]
.btn-message-success
.btn-message-text
{
[
status-button
-state
=
success
]
.btn-message-success
.btn-message-text
{
opacity
:
1
;
}
[
data-btn-message
-state
]
.btn-message-success
.btn-message-icon
{
[
status-button
-state
]
.btn-message-success
.btn-message-icon
{
@include
transform
(
scale
(
0
));
}
[
data-btn-message
-state
=
success
]
.btn-message-success
.btn-message-icon
{
[
status-button
-state
=
success
]
.btn-message-success
.btn-message-icon
{
@include
transition
(
transform
0
.15s
0
cubic-bezier
(
0
,
1
.8
,
1
,
1
.8
));
@include
transform
(
scale
(
1
));
}
...
...
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