Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
selimdoyranli committed May 10, 2023
1 parent a48148e commit e3f1570
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/components/AppDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ button {
border: 2px solid #ddd;
padding: 0.4rem 0.6rem;
}
.v-dropdown-menu ::v-deep(.v-dropdown-menu__container) {
color: #201e1b !important;
}
</style>
4 changes: 4 additions & 0 deletions docs/components/AppDropdownAdvanced.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ const writeToConsoleForClosed = value => {
padding: 0.4rem 0.6rem;
}
.advanced-demo .v-dropdown-menu__header {
color: #201e1b !important;
}
.v-dropdown-menu.custom-style .v-dropdown-menu__container {
border: 0;
border-radius: 5px;
Expand Down
4 changes: 4 additions & 0 deletions docs/components/AppDropdownWithCloser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ button {
border: 2px solid #ddd;
padding: 0.4rem 0.6rem;
}
.v-dropdown-menu ::v-deep(.v-dropdown-menu__container) {
color: #201e1b !important;
}
</style>

0 comments on commit e3f1570

Please sign in to comment.