Skip to content

Commit

Permalink
update css for button only for toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestaSafe committed Aug 4, 2023
1 parent 34117dd commit 5a27b86
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _dev/public/iframe.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/* hn editor */


button {
#toolbar button {
border-radius: 8px;
border: 1px solid transparent;
padding: 0.6em 1.2em;
Expand All @@ -21,11 +21,11 @@
cursor: pointer;
transition: border-color 0.25s;
}
button:hover {
#toolbar button:hover {
border-color: #646cff;
}
button:focus,
button:focus-visible {
#toolbar button:focus,
#toolbar button:focus-visible {
outline: 4px auto -webkit-focus-ring-color;
}

Expand All @@ -34,10 +34,10 @@
color: #213547;
background-color: #ffffff;
}
a:hover {
#toolbar a:hover {
color: #747bff;
}
button {
#toolbar button {
background-color: #f9f9f9;
}
}
Expand Down

0 comments on commit 5a27b86

Please sign in to comment.