[DE] Add states for Got it button. Refactoring

This commit is contained in:
Julia Radzhabova 2021-11-16 14:53:54 +03:00
parent 0c1fdb277a
commit 035acaf1f1
2 changed files with 9 additions and 1 deletions

View file

@ -95,6 +95,15 @@
border-radius: 2px;
padding: 3px 12px;
margin-top: 10px;
&:hover {
background-color: @highlight-header-button-hover-ie;
background-color: @highlight-header-button-hover;
}
&:active {
background-color: @highlight-header-button-pressed-ie;
background-color: @highlight-header-button-pressed;
}
}
.show-link label {

View file

@ -27,7 +27,6 @@ define([
menu : this.mnuThemes = new Common.UI.Menu({
cls: 'shifted-right',
menuAlign: 'tl-tr',
restoreHeight: true,
items: []
})
},