Skip to content

Commit

Permalink
remove border, undo experimental breadcrumb styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed May 26, 2023
1 parent 80ffa54 commit 4c4d72a
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,17 +299,10 @@ export default defineComponent({
.testclass {
transition: background 0.06s, border 0s 0.08s, border-color 0s, border-width 0.06s;
background-color: var(--oc-color-background-highlight);
border: 5px solid var(--oc-color-background-highlight);
border-top-width: 2px;
border-bottom-width: 2px;
box-shadow: 0 0 0 5px var(--oc-color-background-highlight);
border-radius: 5px;
}
.oc-breadcrumb {
background: rgba(180, 180, 180, 0.1);
padding: 2px;
padding-left: 10px;
padding-right: 10px;
border-radius: 5px;
overflow: hidden;
&-mobile-current,
Expand Down

0 comments on commit 4c4d72a

Please sign in to comment.