mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-20 21:21:23 +02:00
Merge pull request #4567 from vector-im/rxl881/widgetButtons
Improve AppTile menu bar button styling.
This commit is contained in:
commit
c0830b48d0
@ -76,6 +76,16 @@ limitations under the License.
|
||||
.mx_AppTileMenuBarWidget {
|
||||
// pointer-events: none;
|
||||
cursor: pointer;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
padding: 1px;
|
||||
transition-duration: 500ms;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.mx_AppTileMenuBarWidget:hover {
|
||||
border: 1px solid $primary-hairline-color;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.mx_AppTileBody iframe {
|
||||
|
Loading…
x
Reference in New Issue
Block a user