Skip to content

Commit

Permalink
Added tooltip for additional input buttons. Added copy to clipboard b…
Browse files Browse the repository at this point in the history
…utton for links in sidebar #323
  • Loading branch information
miledivovic committed Jul 9, 2018
1 parent be03523 commit 3713673
Show file tree
Hide file tree
Showing 6 changed files with 136 additions and 36 deletions.
27 changes: 23 additions & 4 deletions css/cass-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -711,8 +711,7 @@ input.redButton {
height:calc(100vh - 1rem);
}

.sidebarViewList span,
.sidebarViewList a {
.sidebarViewList span {
display: table;
}

Expand All @@ -721,8 +720,28 @@ h3.sidebarViewList {
padding-left: 40px;
}

#detailSlider p > a {
display: table;
.sidebarPropertyLink {
display: flex;
align-items: center;
margin-top: 0.5rem;
}

.sidebarPropertyLink button {
float: none !important;
margin-right: 0.5rem !important;
}

.clipboardTextArea {
position: fixed;
top: 0;
left: 0;
width: 2em;
height: 2em;
padding: 0;
border: none;
outline: none;
box-shadow: none;
background: transparent;
}

.changedField {
Expand Down
27 changes: 23 additions & 4 deletions css/viewFramework.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@
height:calc(100vh - 1rem);
}

.sidebarViewList span,
.sidebarViewList a {
.sidebarViewList span {
display: table;
}

Expand All @@ -156,8 +155,28 @@ h3.sidebarViewList {
padding-left: 40px;
}

#detailSlider p > a {
display: table;
.sidebarPropertyLink {
display: flex;
align-items: center;
margin-top: 0.5rem;
}

.sidebarPropertyLink button {
float: none !important;
margin-right: 0.5rem !important;
}

.clipboardTextArea {
position: fixed;
top: 0;
left: 0;
width: 2em;
height: 2em;
padding: 0;
border: none;
outline: none;
box-shadow: none;
background: transparent;
}

.changedField {
Expand Down
Loading

0 comments on commit 3713673

Please sign in to comment.