Skip to content

Commit cd37c29

Browse files
committed
feat: clean up UI controls in the light theme
1 parent 8eb32b0 commit cd37c29

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/uikit-workshop/src/sass/scss/05-themes/_light-theme.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,13 @@
126126
* Modal close button
127127
* 1) Closes the modal popup
128128
*/
129-
.pl-c-modal__close-btn {
129+
.pl-c-modal__close-btn,
130+
.pl-c-tools__action {
130131
background-color: $pl-color-white;
131-
border-top: 1px solid $pl-color-gray-20;
132-
border-left: 1px solid $pl-color-gray-20;
133132

134133
&:hover,
135134
&:focus {
136-
background-color: $pl-color-gray-02;
135+
background-color: $pl-color-gray-07;
137136
color: $pl-color-gray-70;
138137
}
139138
}

0 commit comments

Comments
 (0)