Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Align components with design in Figma #2
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Oct 26, 2022
1 parent 714c5bf commit 00378f0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion changelog/unreleased/enhancement-remove-button-border
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ The outer border for buttons has been removed. Outline buttons now have an inner

https://github.com/owncloud/web/issues/7353
https://github.com/owncloud/web/issues/7373
https://github.com/owncloud/owncloud-design-system/pull/7861
https://github.com/owncloud/owncloud-design-system/pull/2345
https://github.com/owncloud/owncloud-design-system/pull/2352
7 changes: 4 additions & 3 deletions changelog/unreleased/enhancement-select-hover-state
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Enhancement: Select hover state
Enhancement: Background of OcInput and OcSelect

The hover state of the `OcSelect` component has been adjusted to better match with the overall design.
The background color of the `OcInput` and the `OcSelect` component has been adjusted to better match with the overall design.

https://github.com/owncloud/web/issues/7353
https://github.com/owncloud/web/issues/7373
https://github.com/owncloud/owncloud-design-system/pull/7861
https://github.com/owncloud/owncloud-design-system/pull/2345
https://github.com/owncloud/owncloud-design-system/pull/2352
2 changes: 1 addition & 1 deletion src/components/atoms/OcButton/OcButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export default {
color: var(--oc-color-text-inverse);
display: inline-flex;
font-weight: 400;
padding: 0.4rem 0.7rem;
padding: 0.5rem 0.8rem;
text-align: left;
text-decoration: none;
Expand Down
4 changes: 2 additions & 2 deletions src/components/molecules/OcTextInput/OcTextInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,12 @@ export default {
.oc-text-input {
@extend .oc-input;
background-color: var(--oc-color-input-bg);
background-color: var(--oc-color-background-secondary);
border: 1px solid var(--oc-color-input-border);
color: var(--oc-color-input-text-muted);
&:focus {
background-color: var(--oc-color-input-bg);
background-color: var(--oc-color-background-secondary);
border-color: var(--oc-color-input-text-default);
color: var(--oc-color-input-text-default);
}
Expand Down

0 comments on commit 00378f0

Please sign in to comment.